ext4: Fix comment typo "the the".
authorkyoungho koo <rnrudgh@gmail.com>
Fri, 24 Apr 2020 17:16:24 +0000 (02:16 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 19 Aug 2020 16:04:35 +0000 (12:04 -0400)
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>
fs/ext4/inline.c

index 13054653a06a3523f87ff98c6691c296544388e9..75c97bca081561b5b6069bc55c1e2e24910421d7 100644 (file)
@@ -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;