aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2010-01-21 21:59:10 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2010-01-21 21:59:10 +0000
commitff589d0da1b12f0c8299395147e047ae851cc3c6 (patch)
treea0cfd4c8068814a894721baf05ff35d8ca53c7e0
parentd46722a75a1719b6948db3cc519767325f4d74bb (diff)
downloadsrc-ff589d0da1b12f0c8299395147e047ae851cc3c6.tar.gz
src-ff589d0da1b12f0c8299395147e047ae851cc3c6.zip
Fix a typo in a comment introduced by r202767.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=202774
-rw-r--r--sys/nfsclient/nfs_vnops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c
index c74a6bed5182..6b13bb4573c4 100644
--- a/sys/nfsclient/nfs_vnops.c
+++ b/sys/nfsclient/nfs_vnops.c
@@ -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.