From: Stefan Weil Date: Tue, 17 Apr 2012 17:41:08 +0000 (+0200) Subject: block: Fix spelling in comment (ineffcient -> inefficient) X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~4219^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e35b92a51571002a68d3be74b774546d9aefd19;p=sdk%2Femulator%2Fqemu.git block: Fix spelling in comment (ineffcient -> inefficient) Signed-off-by: Stefan Weil Signed-off-by: Kevin Wolf --- 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)