[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200424171620.GA11943@koo-Z370-HD3>
Date: Sat, 25 Apr 2020 02:16:24 +0900
From: kyoungho koo <rnrudgh@...il.com>
To: Theodore Ts'o <tytso@....edu>,
Andreas Dilger <adilger.kernel@...ger.ca>,
linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...il.com>
---
fs/ext4/inline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c
index f35e289e17aa..bb8d7cb7bdec 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;
--
2.17.1
Powered by blists - more mailing lists