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>
This commit is contained in:
Eric Blake 2020-03-24 12:42:30 -05:00 committed by Max Reitz
parent 5a5e7f8cd8
commit a951a631b9

View file

@ -3255,7 +3255,7 @@ qcow2_co_create(BlockdevCreateOptions *create_options, Error **errp)
* inconsistency later. * inconsistency later.
* *
* We do need a refcount table because growing the refcount table means * We do need a refcount table because growing the refcount table means
* allocating two new refcount blocks - the seconds of which would be at * allocating two new refcount blocks - the second of which would be at
* 2 GB for 64k clusters, and we don't want to have a 2 GB initial file * 2 GB for 64k clusters, and we don't want to have a 2 GB initial file
* size for any qcow2 image. * size for any qcow2 image.
*/ */
@ -3500,7 +3500,7 @@ qcow2_co_create(BlockdevCreateOptions *create_options, Error **errp)
goto out; goto out;
} }
/* Want a backing file? There you go.*/ /* Want a backing file? There you go. */
if (qcow2_opts->has_backing_file) { if (qcow2_opts->has_backing_file) {
const char *backing_format = NULL; const char *backing_format = NULL;