Fix comment typo.

Submitted by:	nrahlstr
This commit is contained in:
Jeroen Ruigrok van der Werven 2000-05-12 16:06:49 +00:00
parent 1c7d91744e
commit 37d90a44af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60474

View File

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