qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Hexagon (target/hexagon) fix typo in comment


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] Hexagon (target/hexagon) fix typo in comment
Date: Mon, 15 Mar 2021 10:28:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

On 3/15/21 5:55 AM, Taylor Simpson wrote:
> Signed-of-by: Taylor Simpson <tsimpson@quicinc.com>

'git-commit -s' flag add the S-o-b line automatically ;)

Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> ---
>  target/hexagon/op_helper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/hexagon/op_helper.c b/target/hexagon/op_helper.c
> index 9f19007..7361a07 100644
> --- a/target/hexagon/op_helper.c
> +++ b/target/hexagon/op_helper.c
> @@ -297,7 +297,7 @@ int32_t HELPER(fcircadd)(int32_t RxV, int32_t offset, 
> int32_t M, int32_t CS)
>  }
>  
>  /*
> - * Hexagon FP operations return ~0 insteat of NaN
> + * Hexagon FP operations return ~0 instead of NaN
>   * The hex_check_sfnan/hex_check_dfnan functions perform this check
>   */
>  static float32 hex_check_sfnan(float32 x)
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]