qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] block.c typo in comment fixed


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] block.c typo in comment fixed
Date: Tue, 01 Nov 2011 08:24:10 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15

Am 01.11.2011 02:36, schrieb address@hidden:
From: Matthias Brugger<address@hidden>


Signed-off-by: Matthias Brugger<address@hidden>
---
  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]