diff options
author | zhaolichang | 2020-09-17 09:50:20 +0200 |
---|---|---|
committer | Laurent Vivier | 2020-09-17 20:35:43 +0200 |
commit | e3a6e0daf47f43cdb02b42c4dd3694a8f00063d5 (patch) | |
tree | 65b7e8f6c501ee512bf35d5017fcec7b1f05b14d /libdecnumber | |
parent | scripts/git.orderfile: Display meson files along with buildsys ones (diff) | |
download | qemu-e3a6e0daf47f43cdb02b42c4dd3694a8f00063d5.tar.gz qemu-e3a6e0daf47f43cdb02b42c4dd3694a8f00063d5.tar.xz qemu-e3a6e0daf47f43cdb02b42c4dd3694a8f00063d5.zip |
qemu/: 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 folder.
Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: Alex Bennee <alex.bennee@linaro.org>
Message-Id: <20200917075029.313-2-zhaolichang@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'libdecnumber')
-rw-r--r-- | libdecnumber/decNumber.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdecnumber/decNumber.c b/libdecnumber/decNumber.c index 8c197023f4..1ffe458ad8 100644 --- a/libdecnumber/decNumber.c +++ b/libdecnumber/decNumber.c @@ -5626,7 +5626,7 @@ static const uShort LNnn[90] = { /* would certainly save at least one if it were made ten times */ /* bigger, too (for truncated fractions 0.100 through 0.999). */ /* However, for most practical evaluations, at least four or five */ -/* iterations will be neede -- so this would only speed up by */ +/* iterations will be needed -- so this would only speed up by */ /* 20-25% and that probably does not justify increasing the table */ /* size. */ /* */ |