diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 04:10:46 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 04:10:46 +0000 |
commit | 3468b317cb93827fbbd4b835f5c233804bc5203c (patch) | |
tree | 0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/quotacheck/quotacheck.c | |
parent | 4481bee4621453e6555046bda0aa6ad9f672b773 (diff) | |
download | src-3468b317cb93827fbbd4b835f5c233804bc5203c.tar.gz src-3468b317cb93827fbbd4b835f5c233804bc5203c.zip |
more file system > filesystem
Notes
Notes:
svn path=/head/; revision=96707
Diffstat (limited to 'sbin/quotacheck/quotacheck.c')
-rw-r--r-- | sbin/quotacheck/quotacheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index fff1b7335990..54339e7a70e0 100644 --- a/sbin/quotacheck/quotacheck.c +++ b/sbin/quotacheck/quotacheck.c @@ -101,7 +101,7 @@ struct fileusage { #define FUHASH 1024 /* must be power of two */ struct fileusage *fuhead[MAXQUOTAS][FUHASH]; -int aflag; /* all file systems */ +int aflag; /* all filesystems */ int gflag; /* check group quotas */ int uflag; /* check user quotas */ int vflag; /* verbose */ |