Skip to content

Commit 7ca4fcb

Browse files
kyoungho-kootytso
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/20200424171620.GA11943@koo-Z370-HD3 Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 00a3fff commit 7ca4fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext4/inline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ static int ext4_create_inline_data(handle_t *handle,
276276
len = 0;
277277
}
278278

279-
/* Insert the the xttr entry. */
279+
/* Insert the xttr entry. */
280280
i.value = value;
281281
i.value_len = len;
282282

0 commit comments

Comments
 (0)