Commit 7ca4fcba authored by kyoungho koo's avatar kyoungho koo Committed by Theodore Ts'o

ext4: Fix comment typo "the the".

I have found double typed comments "the the". So i modified it to
one "the"
Signed-off-by: default avatarkyoungho koo <rnrudgh@gmail.com>
Link: https://lore.kernel.org/r/20200424171620.GA11943@koo-Z370-HD3Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 00a3fff0
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment