Author: rmacklem
Date: Thu Jan 21 21:59:10 2010
New Revision: 202774
URL: http://svn.freebsd.org/changeset/base/202774

Log:
  Fix a typo in a comment introduced by r202767.
  
  MFC after:    2 weeks

Modified:
  head/sys/nfsclient/nfs_vnops.c

Modified: head/sys/nfsclient/nfs_vnops.c
==============================================================================
--- head/sys/nfsclient/nfs_vnops.c      Thu Jan 21 21:31:39 2010        
(r202773)
+++ head/sys/nfsclient/nfs_vnops.c      Thu Jan 21 21:59:10 2010        
(r202774)
@@ -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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to