svn commit: r364394 - head/sys/kern

Mateusz Guzik mjg at FreeBSD.org
Wed Aug 19 15:07:29 UTC 2020


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)


More information about the svn-src-all mailing list