commit | ebabb67a17b58c729e12523cb21b2d6c1d93abc6 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Tue Apr 26 10:29:36 2011 +0200 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Fri May 06 08:19:25 2011 +0100 |
tree | fe83ed50cefab24b20f10ccaa523f4e9f22d14db | |
parent | 3964f535c35c08470ac69bd553282af500bc8bb0 [diff] [blame] |
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>
diff --git a/block.c b/block.c index f731c7a..8767d31 100644 --- a/block.c +++ b/block.c
@@ -455,7 +455,7 @@ 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;