tune2fs: Delete a stray word from a comment.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
bitmap-optimize
Benno Schulenberg 2008-07-17 23:58:35 +02:00 committed by Theodore Ts'o
parent cca95a827f
commit 7a0516a385
1 changed files with 2 additions and 3 deletions

View 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;