summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2004-08-04 18:57:41 +0000
committermaxim <maxim@FreeBSD.org>2004-08-04 18:57:41 +0000
commit44a25b6e89dc206d6c2c254bc588eb03277a561e (patch)
treed3549f8d2d8995bb5e5a96f225a5cfb1ed3b7826
parent5d6fea3b71c6313cb20df290feaaed02e562239b (diff)
downloadFreeBSD-src-44a25b6e89dc206d6c2c254bc588eb03277a561e.zip
FreeBSD-src-44a25b6e89dc206d6c2c254bc588eb03277a561e.tar.gz
o Fix a typo in the comment.
-rw-r--r--sys/sys/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index c0298f5..b9cade4 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -404,7 +404,7 @@ struct vfsidctl {
* private sysctls.
* All "global" sysctl ops have the 33rd bit set:
* 0x...1....
- * Priavte sysctl ops should have the 33rd bit unset.
+ * Private sysctl ops should have the 33rd bit unset.
*/
#define VFS_CTL_QUERY 0x00010001 /* anything wrong? (vfsquery) */
#define VFS_CTL_TIMEO 0x00010002 /* set timeout for vfs notification */
OpenPOWER on IntegriCloud