Am 01.11.2011 02:36, schrieb matthias....@googlemail.com:
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;
Hi Matthias,
both writable and writeable seem to be correct,
but http://oxforddictionaries.com/ says that writable is the only
correct spelling.
Therefore your patch should not be used.
Cheers,
Stefan