]> Git Repo - qemu.git/blobdiff - block/vhdx-log.c
Fixed various typos
[qemu.git] / block / vhdx-log.c
index 02755b8ded6efa6dff5c37e72bb2b83bf470f01f..a77c040ee02c19374e145dd36df510757526875c 100644 (file)
@@ -578,7 +578,7 @@ static int vhdx_validate_log_entry(BlockDriverState *bs, BDRVVHDXState *s,
     total_sectors = hdr.entry_length / VHDX_LOG_SECTOR_SIZE;
 
 
-    /* read_desc() will incrememnt the read idx */
+    /* read_desc() will increment the read idx */
     ret = vhdx_log_read_desc(bs, s, log, &desc_buffer);
     if (ret < 0) {
         goto free_and_exit;
This page took 0.024381 seconds and 4 git commands to generate.