summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck/preen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/quotacheck/preen.c')
-rw-r--r--sbin/quotacheck/preen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/quotacheck/preen.c b/sbin/quotacheck/preen.c
index a049a56..4571f67 100644
--- a/sbin/quotacheck/preen.c
+++ b/sbin/quotacheck/preen.c
@@ -60,7 +60,7 @@ char *blockcheck(char *origname);
struct part {
struct part *next; /* forward link of partitions on disk */
char *name; /* device name */
- char *fsname; /* mounted filesystem name */
+ char *fsname; /* mounted file system name */
long auxdata; /* auxiliary data for application */
} *badlist, **badnext = &badlist;
OpenPOWER on IntegriCloud