aboutsummaryrefslogtreecommitdiff
path: root/include/fstab.h
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-01-28 06:11:45 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-01-28 06:11:45 +0000
commitb6febe7acf16089463b9f074171ec1c4ac75ccc9 (patch)
treef3718f7f93a14b404955c003a8b5d4cf81083ffc /include/fstab.h
parent7610c940884daa90bd8f2fd247b5b7975aca2f2e (diff)
downloadsrc-b6febe7acf16089463b9f074171ec1c4ac75ccc9.tar.gz
src-b6febe7acf16089463b9f074171ec1c4ac75ccc9.zip
Notes
Diffstat (limited to 'include/fstab.h')
-rw-r--r--include/fstab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fstab.h b/include/fstab.h
index 2a176bdb8320..c2bb06a1a139 100644
--- a/include/fstab.h
+++ b/include/fstab.h
@@ -63,7 +63,7 @@ struct fstab {
char *fs_mntops; /* Mount options ala -o */
char *fs_type; /* FSTAB_* from fs_mntops */
int fs_freq; /* dump frequency, in days */
- int fs_passno; /* pass number on parallel dump */
+ int fs_passno; /* pass number on parallel fsck */
};
#include <sys/cdefs.h>