summaryrefslogtreecommitdiff
path: root/block/cow.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-04-17 19:41:08 +0200
committerKevin Wolf <kwolf@redhat.com>2012-04-19 15:48:52 +0200
commit4e35b92a51571002a68d3be74b774546d9aefd19 (patch)
tree0d412c1aa2e165c3aa4791ca05106f653ab35998 /block/cow.c
parent8ff9ae00da148ca98248eb2284ba432970e232ec (diff)
downloadqemu-4e35b92a51571002a68d3be74b774546d9aefd19.tar.gz
block: Fix spelling in comment (ineffcient -> inefficient)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/cow.c')
-rw-r--r--block/cow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/cow.c b/block/cow.c
index 8d3c9f873c..a5a00eb9ca 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)