All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] block: Fix spelling in comment (ineffcient -> inefficient)
@ 2012-04-17 17:41 Stefan Weil
  2012-04-18  7:47 ` Kevin Wolf
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2012-04-17 17:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Kevin Wolf, Stefan Weil

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 block/cow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/block/cow.c b/block/cow.c
index 8d3c9f8..a5a00eb 100644
--- a/block/cow.c
+++ b/block/cow.c
@@ -103,7 +103,7 @@ static int cow_open(BlockDriverState *bs, int flags)
 }
 
 /*
- * XXX(hch): right now these functions are extremely ineffcient.
+ * XXX(hch): right now these functions are extremely inefficient.
  * We should just read the whole bitmap we'll need in one go instead.
  */
 static inline int cow_set_bit(BlockDriverState *bs, int64_t bitnum)
-- 
1.7.9



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-18  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17 17:41 [Qemu-trivial] [PATCH] block: Fix spelling in comment (ineffcient -> inefficient) Stefan Weil
2012-04-18  7:47 ` Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.