From: Matthias Brugger <matthias....@gmail.com>
Signed-off-by: Matthias Brugger <matthias....@gmail.com> --- block.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block.c b/block.c index 9bb236c..480aae2 100644 --- a/block.c +++ b/block.c @@ -497,7 +497,7 @@ static int bdrv_open_common(BlockDriverState *bs, const char *filename, open_flags = flags & ~(BDRV_O_SNAPSHOT | BDRV_O_NO_BACKING); /* - * Snapshots should be writable. + * Snapshots should be writeable. */ if (bs->is_temporary) { open_flags |= BDRV_O_RDWR; -- 1.7.1