diff options
author | kyoungho koo <rnrudgh@gmail.com> | 2020-04-25 02:16:24 +0900 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-08-19 12:04:35 -0400 |
commit | 7ca4fcba92edf82b05533a6e4f6b19a5fbec6f54 (patch) | |
tree | ef33a3f1ec600ecc361401af66aed02a28f525a3 /fs | |
parent | 00a3fff0712cd9cc4112ecf6da0916f8503e2a86 (diff) |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c index 13054653a06a..75c97bca0815 100644 --- a/fs/ext4/inline.c +++ b/fs/ext4/inline.c @@ -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; |