From 7a0516a385d87a508843b21a1932b689697d9ffa Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 17 Jul 2008 23:58:35 +0200 Subject: [PATCH] tune2fs: Delete a stray word from a comment. Signed-off-by: Benno Schulenberg Signed-off-by: Theodore Ts'o --- misc/tune2fs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/misc/tune2fs.c b/misc/tune2fs.c index ca5ce1fdc..66894c3cb 100644 --- a/misc/tune2fs.c +++ b/misc/tune2fs.c @@ -389,9 +389,8 @@ static void update_feature_set(ext2_filsys fs, char *features) if (FEATURE_ON(E2P_FEATURE_COMPAT, EXT3_FEATURE_COMPAT_HAS_JOURNAL)) { /* * If adding a journal flag, let the create journal - * code below handle creating setting the flag and - * creating the journal. We supply a default size if - * necessary. + * code below handle setting the flag and creating the + * journal. We supply a default size if necessary. */ if (!journal_size) journal_size = -1; -- 2.47.3