diff options
author | zhaolichang <zhaolichang@huawei.com> | 2020-09-17 15:50:27 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-17 20:40:08 +0200 |
commit | 2dbb13089fcee647b0f71def910185140399ba0d (patch) | |
tree | b4ddccf236d524f4f88a0f3eced1bacc8f5d02d6 /disas/hppa.c | |
parent | 6f9ff551a40593432b9d34d4d4142d3bc81c95dd (diff) |
disas/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu,
so I used the spellcheck tool to check the spelling errors
and finally found some spelling errors in the disas folder.
Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200917075029.313-9-zhaolichang@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'disas/hppa.c')
-rw-r--r-- | disas/hppa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/hppa.c b/disas/hppa.c index 2dbd1fc445..dcf9a47f34 100644 --- a/disas/hppa.c +++ b/disas/hppa.c @@ -2021,7 +2021,7 @@ print_insn_hppa (bfd_vma memaddr, disassemble_info *info) fput_fp_reg (GET_FIELD (insn, 6, 10), info); break; - /* 'fA' will not generate a space before the regsiter + /* 'fA' will not generate a space before the register name. Normally that is fine. Except that it causes problems with xmpyu which has no FP format completer. */ |