summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quotaon/quotaon.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 02:28:39 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 02:28:39 +0000
commit7d7bd3ffde99645fb817d630577fa9e34b3cad14 (patch)
tree5a2168d35ce930abf34b17554827cd9ac072e1b0 /usr.sbin/quotaon/quotaon.c
parentfa6c7efe3f6fd797e86dc3c67a98949a5a5caac7 (diff)
downloadFreeBSD-src-7d7bd3ffde99645fb817d630577fa9e34b3cad14.zip
FreeBSD-src-7d7bd3ffde99645fb817d630577fa9e34b3cad14.tar.gz
Consistancy check: s/file system/filesystem/g
Diffstat (limited to 'usr.sbin/quotaon/quotaon.c')
-rw-r--r--usr.sbin/quotaon/quotaon.c4
1 files changed, 2 insertions, 2 deletions
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)
OpenPOWER on IntegriCloud