From: matthias.bgg@googlemail.com
To: qemu-devel@nongnu.org
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Subject: [Qemu-devel] [PATCH] block.c typo in comment fixed
Date: Tue, 1 Nov 2011 01:36:42 +0000 [thread overview]
Message-ID: <1320111402-1816-1-git-send-email-matthias.bgg@gmail.com> (raw)
From: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Matthias Brugger <matthias.bgg@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
next reply other threads:[~2011-11-01 0:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 1:36 matthias.bgg [this message]
2011-11-01 7:24 ` [Qemu-devel] [PATCH] block.c typo in comment fixed Stefan Weil
2011-11-01 8:39 ` Stefan Hajnoczi
2011-11-01 11:53 ` Matthias
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1320111402-1816-1-git-send-email-matthias.bgg@gmail.com \
--to=matthias.bgg@googlemail.com \
--cc=matthias.bgg@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).