Skip to content
Snippets Groups Projects
Commit 4e35b92a authored by Stefan Weil's avatar Stefan Weil Committed by Kevin Wolf
Browse files

block: Fix spelling in comment (ineffcient -> inefficient)


Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 8ff9ae00
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment