From: Benno Schulenberg Date: Thu, 17 Jul 2008 21:58:35 +0000 (+0200) Subject: tune2fs: Delete a stray word from a comment. X-Git-Tag: v1.41.1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a0516a385d87a508843b21a1932b689697d9ffa;p=thirdparty%2Fe2fsprogs.git tune2fs: Delete a stray word from a comment. Signed-off-by: Benno Schulenberg Signed-off-by: Theodore Ts'o --- 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;