summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
diff options
context:
space:
mode:
authorzhaolichang2020-09-17 09:50:20 +0200
committerLaurent Vivier2020-09-17 20:35:43 +0200
commite3a6e0daf47f43cdb02b42c4dd3694a8f00063d5 (patch)
tree65b7e8f6c501ee512bf35d5017fcec7b1f05b14d /qemu-img.c
parentscripts/git.orderfile: Display meson files along with buildsys ones (diff)
downloadqemu-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 'qemu-img.c')
-rw-r--r--qemu-img.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-img.c b/qemu-img.c
index 1d8c5cd778..3b7700c780 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -1188,7 +1188,7 @@ static int64_t find_nonzero(const uint8_t *buf, int64_t n)
* 'pnum' is set to the number of sectors (including and immediately following
* the first one) that are known to be in the same allocated/unallocated state.
* The function will try to align the end offset to alignment boundaries so
- * that the request will at least end aligned and consequtive requests will
+ * that the request will at least end aligned and consecutive requests will
* also start at an aligned offset.
*/
static int is_allocated_sectors(const uint8_t *buf, int n, int *pnum,