* [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
* Re: [Qemu-trivial] [PATCH] block: Fix spelling in comment (ineffcient -> inefficient)
2012-04-17 17:41 [Qemu-trivial] [PATCH] block: Fix spelling in comment (ineffcient -> inefficient) Stefan Weil
@ 2012-04-18 7:47 ` Kevin Wolf
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wolf @ 2012-04-18 7:47 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, qemu-devel
Am 17.04.2012 19:41, schrieb 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)
Thanks, applied to the block branch.
Kevin
^ permalink raw reply [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 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).