Skip to content

Commit

Permalink
ext4: Fix comment typo "the the".
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kyoungho koo authored and Theodore Ts'o committed Aug 19, 2020
1 parent 00a3fff commit 7ca4fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/inline.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7ca4fcb

Please sign in to comment.