summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-05-12 16:06:49 +0000
committerasmodai <asmodai@FreeBSD.org>2000-05-12 16:06:49 +0000
commit904f94eccaec6f8eac6c53f5c2c4ccff9139e0f3 (patch)
tree840b61bf14d021b662514a3b6f84e3e0bc4bc3d6 /sys/kern
parentc179fa50708bc6a0a548447b9559ac13e20d6556 (diff)
downloadFreeBSD-src-904f94eccaec6f8eac6c53f5c2c4ccff9139e0f3.zip
FreeBSD-src-904f94eccaec6f8eac6c53f5c2c4ccff9139e0f3.tar.gz
Fix comment typo.
Submitted by: nrahlstr
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c
index e8f2713..53c2cdb 100644
--- a/sys/kern/vfs_vnops.c
+++ b/sys/kern/vfs_vnops.c
@@ -94,7 +94,7 @@ struct filterops vn_rwfiltops[] = {
* Common code for vnode open operations.
* Check permissions, and call the VOP_OPEN or VOP_CREATE routine.
*
- * Note that this do NOT free nameidata for the successful case,
+ * Note that this does NOT free nameidata for the successful case,
* due to the NDINIT being done elsewhere.
*/
int
OpenPOWER on IntegriCloud