summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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