From dc6fb73d219472e011d93867f5e7eebfffde0319 Mon Sep 17 00:00:00 2001 From: Deepak Kathayat Date: Mon, 24 Mar 2014 16:30:17 +0800 Subject: Fixed various typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Deepak Kathayat Reviewed-by: Andreas Färber Signed-off-by: Stefan Hajnoczi --- block/vhdx-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block/vhdx-log.c') diff --git a/block/vhdx-log.c b/block/vhdx-log.c index 02755b8ded..a77c040ee0 100644 --- a/block/vhdx-log.c +++ b/block/vhdx-log.c @@ -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; -- cgit v1.2.3