btrfs-progs: fix the comment for extent_io.c/clear_extent_bits

It should be 'clear', not 'set'.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
This commit is contained in:
Wang Sheng-Hui 2013-06-24 15:09:15 +08:00 committed by David Sterba
parent 668aedeaa6
commit 97a276aebe
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ static int clear_state_bit(struct extent_io_tree *tree,
}
/*
* set some bits on a range in the tree.
* clear some bits on a range in the tree.
*/
int clear_extent_bits(struct extent_io_tree *tree, u64 start,
u64 end, int bits, gfp_t mask)