qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

qcow2: Comment typo fixes

Various trivial typos noticed while working on this file.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-Id: <20200324174233.1622067-2-eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>

authored by

Eric Blake and committed by
Max Reitz
a951a631 5a5e7f8c

+3 -3
+3 -3
block/qcow2.c
··· 177 177 } 178 178 179 179 180 - /* 180 + /* 181 181 * read qcow2 extension and fill bs 182 182 * start reading from start_offset 183 183 * finish reading upon magic of value 0 or when end_offset reached ··· 3255 3255 * inconsistency later. 3256 3256 * 3257 3257 * We do need a refcount table because growing the refcount table means 3258 - * allocating two new refcount blocks - the seconds of which would be at 3258 + * allocating two new refcount blocks - the second of which would be at 3259 3259 * 2 GB for 64k clusters, and we don't want to have a 2 GB initial file 3260 3260 * size for any qcow2 image. 3261 3261 */ ··· 3500 3500 goto out; 3501 3501 } 3502 3502 3503 - /* Want a backing file? There you go.*/ 3503 + /* Want a backing file? There you go. */ 3504 3504 if (qcow2_opts->has_backing_file) { 3505 3505 const char *backing_format = NULL; 3506 3506