o Fix a typo in the comment.

This commit is contained in:
Maxim Konovalov 2004-08-04 18:57:41 +00:00
parent 7a36e1d6c7
commit f9b3b0e6d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133132

View File

@ -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 */