diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2010-01-21 21:59:10 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2010-01-21 21:59:10 +0000 |
commit | 1f76b82e021e7b18c5283388ed1420165cc14eac (patch) | |
tree | a0cfd4c8068814a894721baf05ff35d8ca53c7e0 | |
parent | 1b1ea6376fdb63ee3eba841c223402060bed45d1 (diff) | |
download | FreeBSD-src-1f76b82e021e7b18c5283388ed1420165cc14eac.zip FreeBSD-src-1f76b82e021e7b18c5283388ed1420165cc14eac.tar.gz |
Fix a typo in a comment introduced by r202767.
MFC after: 2 weeks
-rw-r--r-- | sys/nfsclient/nfs_vnops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c index c74a6be..6b13bb4 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. |