btrfs: remove repeated word in struct member comment

Comment for processed extent end of range has an unnecessary "in",
remove it.

Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
Nigel Christian 2021-01-24 20:41:41 -05:00 committed by David Sterba
parent 81e75ac74e
commit 2e626e5673

View File

@ -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;
};