Commit 2e626e56 authored by Nigel Christian's avatar Nigel Christian Committed by David Sterba

btrfs: remove repeated word in struct member comment

Comment for processed extent end of range has an unnecessary "in",
remove it.
Signed-off-by: default avatarNigel Christian <nigel.l.christian@gmail.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 81e75ac7
......@@ -2776,7 +2776,7 @@ struct processed_extent {
struct btrfs_inode *inode;
/* Start of the range in @inode */
u64 start;
/* End of the range in in @inode */
/* End of the range in @inode */
u64 end;
bool uptodate;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment