aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/getfsent.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getfsent.3 b/man3/getfsent.3
index 7fb3b64d98..022895a497 100644
--- a/man3/getfsent.3
+++ b/man3/getfsent.3
@@ -51,7 +51,7 @@ is defined by:
struct fstab {
char *fs_spec; /* block device name */
char *fs_file; /* mount point */
- char *fs_vfstype; /* file-sysem type */
+ char *fs_vfstype; /* file-system type */
char *fs_mntops; /* mount options */
const char *fs_type; /* rw/rq/ro/sw/xx option */
int fs_freq; /* dump frequency, in days */