mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
ext4: Fix comment typo "the the".
I have found double typed comments "the the". So i modified it to one "the" Signed-off-by: kyoungho koo <rnrudgh@gmail.com> Link: https://lore.kernel.org/r/20200424171620.GA11943@koo-Z370-HD3 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
00a3fff071
commit
7ca4fcba92
@ -276,7 +276,7 @@ static int ext4_create_inline_data(handle_t *handle,
|
||||
len = 0;
|
||||
}
|
||||
|
||||
/* Insert the the xttr entry. */
|
||||
/* Insert the xttr entry. */
|
||||
i.value = value;
|
||||
i.value_len = len;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user