diff options
author | Lichang Zhao <zhaolichang@huawei.com> | 2020-10-09 14:44:44 +0800 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-10-27 00:22:56 +0100 |
commit | 23b5d9fa099aa2fcd89869a4fc581a26c63edb1a (patch) | |
tree | a7689df9c3d0376b9fd3b309f2d53e5f5d718c6e /target/sh4/op_helper.c | |
parent | 02b8e735c16d50e2108621a4af283989b38f508b (diff) |
target/sh4: fix some comment spelling errors
There are many spelling errors in the comments of target/sh4.
Use spellcheck to check the spelling errors, then fix them.
Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: David Edmondson <david.edmondson@oracle.com>
Reviewed-by: Philippe Mathieu-Daude<f4bug@amsat.org>
Message-Id: <20201009064449.2336-10-zhaolichang@huawei.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'target/sh4/op_helper.c')
-rw-r--r-- | target/sh4/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sh4/op_helper.c b/target/sh4/op_helper.c index fcd9ac7271..c0cbb95382 100644 --- a/target/sh4/op_helper.c +++ b/target/sh4/op_helper.c @@ -401,7 +401,7 @@ float32 helper_fsrra_FT(CPUSH4State *env, float32 t0) /* * Since this is supposed to be an approximation, an imprecision * exception is required. One supposes this also follows the usual - * IEEE rule that other exceptions take precidence. + * IEEE rule that other exceptions take precedence. */ if (get_float_exception_flags(&env->fp_status) == 0) { set_float_exception_flags(float_flag_inexact, &env->fp_status); |