Whamcloud - gitweb
tune2fs: Delete a stray word from a comment.
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 17 Jul 2008 21:58:35 +0000 (23:58 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 19 Jul 2008 01:15:33 +0000 (21:15 -0400)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c

index ca5ce1f..66894c3 100644 (file)
@@ -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;