diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-10-16 05:03:40 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-10-16 05:03:40 +0000 |
commit | 5a5d1884ca7880e0e112c7635ff136d160d239b6 (patch) | |
tree | cf33c1916897846c3b2c18fe8120031852f34e2a /sbin/tunefs | |
parent | 1d227bb4c8a259c4b58ccbb7aae61771f2e8f93e (diff) | |
download | FreeBSD-src-5a5d1884ca7880e0e112c7635ff136d160d239b6.zip FreeBSD-src-5a5d1884ca7880e0e112c7635ff136d160d239b6.tar.gz |
s/clear/cleared/ for consistency (sigh)
Reported by: dd
Diffstat (limited to 'sbin/tunefs')
-rw-r--r-- | sbin/tunefs/tunefs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 29a059a..8b7f5db 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -249,7 +249,7 @@ again: name); } else { sblock.fs_flags &= ~FS_ACLS; - warnx("%s clear", name); + warnx("%s cleared", name); } } } @@ -291,7 +291,7 @@ again: name); } else { sblock.fs_flags &= ~FS_MULTILABEL; - warnx("%s clear", name); + warnx("%s cleared", name); } } } |