diff options
Diffstat (limited to 'sbin/fsck')
-rw-r--r-- | sbin/fsck/pass5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/pass5.c b/sbin/fsck/pass5.c index 84e4ba7..7e8b2ef 100644 --- a/sbin/fsck/pass5.c +++ b/sbin/fsck/pass5.c @@ -317,7 +317,7 @@ pass5() sbdirty(); } if (fs->fs_clean == 0) { - pwarn("CLEAN FLAG IS WRONG IN SUPERBLOCK"); + pwarn("CLEAN FLAG NOT SET IN SUPERBLOCK"); if (preen) printf(" (FIXED)\n"); if (preen || reply("FIX") == 1) { |