diff options
author | zhaolichang | 2020-10-09 08:44:37 +0200 |
---|---|---|
committer | David Gibson | 2020-10-27 15:08:53 +0100 |
commit | 136fbf654dd5fa88a5057dcc43947536f3b418df (patch) | |
tree | af319ca20fd4fd7cbbf0481a913dcacd9dd68f2a /target/ppc/fpu_helper.c | |
parent | spapr: Improve spapr_reallocate_hpt() error reporting (diff) | |
download | qemu-136fbf654dd5fa88a5057dcc43947536f3b418df.tar.gz qemu-136fbf654dd5fa88a5057dcc43947536f3b418df.tar.xz qemu-136fbf654dd5fa88a5057dcc43947536f3b418df.zip |
ppc/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu/target/ppc.
I used spellcheck to check the spelling errors and found some errors in the folder.
Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: David Edmondson <david.edmondson@oracle.com>
Message-Id: <20201009064449.2336-3-zhaolichang@huawei.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target/ppc/fpu_helper.c')
-rw-r--r-- | target/ppc/fpu_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc/fpu_helper.c b/target/ppc/fpu_helper.c index ae43b08eb5..9b8c8b70b6 100644 --- a/target/ppc/fpu_helper.c +++ b/target/ppc/fpu_helper.c @@ -1804,7 +1804,7 @@ uint32_t helper_efdcmpeq(CPUPPCState *env, uint64_t op1, uint64_t op2) /* - * VSX_ADD_SUB - VSX floating point add/subract + * VSX_ADD_SUB - VSX floating point add/subtract * name - instruction mnemonic * op - operation (add or sub) * nels - number of elements (1, 2 or 4) |