Fix a typo in a comment introduced by r202767.

MFC after:	2 weeks
This commit is contained in:
Rick Macklem 2010-01-21 21:59:10 +00:00
parent d46722a75a
commit ff589d0da1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202774

View File

@ -981,7 +981,6 @@ nfs_lookup(struct vop_lookup_args *ap)
* We only accept a negative hit in the cache if the
* modification time of the parent directory matches
* our cached copy. Otherwise, we discard all of the
* negative cache entries for this directory.
* negative cache entries for this directory. We also
* only trust -ve cache entries for less than
* nm_negative_namecache_timeout seconds.