aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/quotaon/quotaon.c
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 02:28:39 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 02:28:39 +0000
commit67c8020f122f454a006244af3b085f715f1ad285 (patch)
tree5a2168d35ce930abf34b17554827cd9ac072e1b0 /usr.sbin/quotaon/quotaon.c
parent46c2a2cfa4db0a7969436da3293dedaadf750470 (diff)
downloadsrc-67c8020f122f454a006244af3b085f715f1ad285.tar.gz
src-67c8020f122f454a006244af3b085f715f1ad285.zip
Consistancy check: s/file system/filesystem/g
Notes
Notes: svn path=/head/; revision=96705
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 50d68aeefc4c..daec695138c7 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)