summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ifs')
-rw-r--r--sbin/fsck_ifs/pass5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/pass5.c b/sbin/fsck_ifs/pass5.c
index 84e4ba7..7e8b2ef 100644
--- a/sbin/fsck_ifs/pass5.c
+++ b/sbin/fsck_ifs/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) {
OpenPOWER on IntegriCloud