diff options
author | Stefan Weil <sw@weilnetz.de> | 2018-07-12 21:51:20 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-07-23 16:50:43 +0200 |
commit | 50d6a8a352af164a3335d510af38b9545d568676 (patch) | |
tree | fbf59f048793f6f65e197ad5eba7fefdf66fcf47 /block/vhdx.c | |
parent | 4e04f3d91adf77bccf8903cb8a20ef5ddb9b2761 (diff) | |
download | qemu-50d6a8a352af164a3335d510af38b9545d568676.zip |
block: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/vhdx.c')
-rw-r--r-- | block/vhdx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/vhdx.c b/block/vhdx.c index 4d0819750f..0795ca1985 100644 --- a/block/vhdx.c +++ b/block/vhdx.c @@ -185,7 +185,7 @@ uint32_t vhdx_checksum_calc(uint32_t crc, uint8_t *buf, size_t size, /* Validates the checksum of the buffer, with an in-place CRC. * * Zero is substituted during crc calculation for the original crc field, - * and the crc field is restored afterwards. But the buffer will be modifed + * and the crc field is restored afterwards. But the buffer will be modified * during the calculation, so this may not be not suitable for multi-threaded * use. * |