aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mntopts.h
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2005-12-02 03:55:02 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2005-12-02 03:55:02 +0000
commit30cb180f7c41fd8abdc47a84caf3b78ef88169eb (patch)
treefe20e6862a24593a3494f5abcd62760129a604c5 /sbin/mount/mntopts.h
parente94466c60495502a7eae327d2e4ecdc7813a381d (diff)
downloadsrc-30cb180f7c41fd8abdc47a84caf3b78ef88169eb.tar.gz
src-30cb180f7c41fd8abdc47a84caf3b78ef88169eb.zip
Notes
Diffstat (limited to 'sbin/mount/mntopts.h')
-rw-r--r--sbin/mount/mntopts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h
index 83704462712d..2fcbbddbbc11 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 */
};