mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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:
parent
81e75ac74e
commit
2e626e5673
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue