From 7d7bd3ffde99645fb817d630577fa9e34b3cad14 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 16 May 2002 02:28:39 +0000 Subject: Consistancy check: s/file system/filesystem/g --- usr.sbin/quotaon/quotaon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/quotaon/quotaon.c') diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c index 50d68ae..daec695 100644 --- a/usr.sbin/quotaon/quotaon.c +++ b/usr.sbin/quotaon/quotaon.c @@ -65,7 +65,7 @@ static const char rcsid[] = char *qfname = QUOTAFILENAME; char *qfextension[] = INITQFNAMES; -int aflag; /* all file systems */ +int aflag; /* all filesystems */ int gflag; /* operate on group quotas */ int uflag; /* operate on user quotas */ int vflag; /* verbose */ @@ -244,7 +244,7 @@ hasquota(fs, type, qfnamep) } /* - * Verify file system is mounted and not readonly. + * Verify filesystem is mounted and not readonly. */ int readonly(fs) -- cgit v1.1