aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_vnops.c
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-12 16:06:49 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-12 16:06:49 +0000
commit37d90a44afc05201714b3902a6d2250a1b1ea616 (patch)
treebc7e3dbe7f00096764b4812be67e5feef628c4be /sys/kern/vfs_vnops.c
parent1c7d91744eb245e22a8ae235f4502e38107d352b (diff)
downloadsrc-37d90a44afc05201714b3902a6d2250a1b1ea616.tar.gz
src-37d90a44afc05201714b3902a6d2250a1b1ea616.zip
Fix comment typo.
Submitted by: nrahlstr
Notes
Notes: svn path=/head/; revision=60474
Diffstat (limited to 'sys/kern/vfs_vnops.c')
-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 e8f2713f84d2..53c2cdb1498d 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