diff options
author | Stefan Weil | 2011-04-26 10:29:36 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2011-05-06 09:19:25 +0200 |
commit | ebabb67a17b58c729e12523cb21b2d6c1d93abc6 (patch) | |
tree | fe83ed50cefab24b20f10ccaa523f4e9f22d14db /block.c | |
parent | Merge remote-tracking branch 'mst/for_anthony' into staging (diff) | |
download | qemu-ebabb67a17b58c729e12523cb21b2d6c1d93abc6.tar.gz qemu-ebabb67a17b58c729e12523cb21b2d6c1d93abc6.tar.xz qemu-ebabb67a17b58c729e12523cb21b2d6c1d93abc6.zip |
Fix typo in code and comments
Replace writeable -> writable
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'block.c')
-rw-r--r-- | block.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -455,7 +455,7 @@ static int bdrv_open_common(BlockDriverState *bs, const char *filename, open_flags = flags & ~(BDRV_O_SNAPSHOT | BDRV_O_NO_BACKING); /* - * Snapshots should be writeable. + * Snapshots should be writable. */ if (bs->is_temporary) { open_flags |= BDRV_O_RDWR; |