summaryrefslogtreecommitdiff
path: root/target/rx/op_helper.c
diff options
context:
space:
mode:
authorLichang Zhao <zhaolichang@huawei.com>2020-10-09 14:44:39 +0800
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-10-27 00:22:56 +0100
commit9784143808a0692adf98578e4ba89170c83da354 (patch)
tree0f3ef541a4e2f9e357f94fc606cfd893749fd915 /target/rx/op_helper.c
parent23b5d9fa099aa2fcd89869a4fc581a26c63edb1a (diff)
downloadqemu-9784143808a0692adf98578e4ba89170c83da354.zip
target/rx: Fix some comment spelling errors
There are many spelling errors in the comments of target/rx. 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-5-zhaolichang@huawei.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'target/rx/op_helper.c')
-rw-r--r--target/rx/op_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/rx/op_helper.c b/target/rx/op_helper.c
index f89d294f2b..59389f4992 100644
--- a/target/rx/op_helper.c
+++ b/target/rx/op_helper.c
@@ -318,7 +318,7 @@ void helper_swhile(CPURXState *env, uint32_t sz)
env->psw_c = (tmp <= env->regs[2]);
}
-/* accumlator operations */
+/* accumulator operations */
void helper_rmpa(CPURXState *env, uint32_t sz)
{
uint64_t result_l, prev;