diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2021-03-14 23:55:15 -0500 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-05-01 08:31:43 -0700 |
commit | d9099caf04bda396e084429d3dd3f6601e23b7ca (patch) | |
tree | 509710da28e5107502df151952a91ff8607267e2 /target/hexagon/op_helper.c | |
parent | 1de468b3987e6a85bc0a046d444bf76659242dd1 (diff) | |
download | qemu-d9099caf04bda396e084429d3dd3f6601e23b7ca.zip qemu-d9099caf04bda396e084429d3dd3f6601e23b7ca.tar.gz qemu-d9099caf04bda396e084429d3dd3f6601e23b7ca.tar.bz2 |
target/hexagon: fix typo in comment
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <1615784115-26559-1-git-send-email-tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hexagon/op_helper.c')
-rw-r--r-- | target/hexagon/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/hexagon/op_helper.c b/target/hexagon/op_helper.c index 2c6d718..d6b5c47 100644 --- a/target/hexagon/op_helper.c +++ b/target/hexagon/op_helper.c @@ -298,7 +298,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) |