diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/fstab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fstab.h b/include/fstab.h index 2a176bdb8320c..c2bb06a1a139f 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> |
