diff options
-rw-r--r-- | sbin/mount/mntopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 8370446..2fcbbdd 100644 --- a/sbin/mount/mntopts.h +++ b/sbin/mount/mntopts.h @@ -32,7 +32,7 @@ struct mntopt { const char *m_option; /* option name */ - int m_inverse; /* if a negative option, e.g. "dev" */ + int m_inverse; /* if a negative option, e.g. "atime" */ int m_flag; /* bit to set, e.g. MNT_RDONLY */ int m_altloc; /* 1 => set bit in altflags */ }; |