From a4c353eefe1a28cfb98c531524d61ff0108456ac Mon Sep 17 00:00:00 2001 From: dg Date: Wed, 15 Feb 1995 00:23:56 +0000 Subject: Slight change of wording on clean flag not set message to appease some complaints. --- sbin/fsck/pass5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/fsck') 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) { -- cgit v1.1