From 9b2260cbd52c93335dd0a3a79a8c7dd4665a1dea Mon Sep 17 00:00:00 2001 From: Dong Xu Wang Date: Tue, 22 Nov 2011 18:06:25 +0800 Subject: fix spelling in block sub directory Cc: Kevin Wolf Signed-off-by: Dong Xu Wang Signed-off-by: Stefan Hajnoczi --- block/cow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block/cow.c') diff --git a/block/cow.c b/block/cow.c index 089d395..3448296 100644 --- a/block/cow.c +++ b/block/cow.c @@ -92,7 +92,7 @@ static int cow_open(BlockDriverState *bs, int flags) } /* - * XXX(hch): right now these functions are extremly ineffcient. + * XXX(hch): right now these functions are extremely ineffcient. * 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) -- cgit v1.1