From 904f94eccaec6f8eac6c53f5c2c4ccff9139e0f3 Mon Sep 17 00:00:00 2001 From: asmodai Date: Fri, 12 May 2000 16:06:49 +0000 Subject: Fix comment typo. Submitted by: nrahlstr --- sys/kern/vfs_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern') 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 -- cgit v1.1