Author: mjg
Date: Wed Aug 19 15:07:28 2020
New Revision: 364394
URL: https://svnweb.freebsd.org/changeset/base/364394

Log:
  cache: tidy up the comment above cache_prehash

Modified:
  head/sys/kern/vfs_cache.c

Modified: head/sys/kern/vfs_cache.c
==============================================================================
--- head/sys/kern/vfs_cache.c   Wed Aug 19 14:11:25 2020        (r364393)
+++ head/sys/kern/vfs_cache.c   Wed Aug 19 15:07:28 2020        (r364394)
@@ -513,7 +513,7 @@ cache_assert_vnode_locked(struct vnode *vp)
 
 /*
  * TODO: With the value stored we can do better than computing the hash based
- * on the address and the choice of FNV should also be revisisted.
+ * on the address. The choice of FNV should also be revisited.
  */
 static void
 cache_prehash(struct vnode *vp)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to