summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyoungho koo <rnrudgh@gmail.com>2020-04-25 02:16:24 +0900
committerTheodore Ts'o <tytso@mit.edu>2020-08-19 12:04:35 -0400
commit7ca4fcba92edf82b05533a6e4f6b19a5fbec6f54 (patch)
treeef33a3f1ec600ecc361401af66aed02a28f525a3
parent00a3fff0712cd9cc4112ecf6da0916f8503e2a86 (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>
-rw-r--r--fs/ext4/inline.c2
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;