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

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

Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <f4...@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