Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2020 01:13:16 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366985 - head/sys/kern
Message-ID:  <202010240113.09O1DG9w036360@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Sat Oct 24 01:13:16 2020
New Revision: 366985
URL: https://svnweb.freebsd.org/changeset/base/366985

Log:
  cache: fix some typos

Modified:
  head/sys/kern/vfs_cache.c

Modified: head/sys/kern/vfs_cache.c
==============================================================================
--- head/sys/kern/vfs_cache.c	Sat Oct 24 01:13:02 2020	(r366984)
+++ head/sys/kern/vfs_cache.c	Sat Oct 24 01:13:16 2020	(r366985)
@@ -305,7 +305,7 @@ SYSCTL_ULONG(_vfs_cache_param, OID_AUTO, negfactor, CT
     "Ratio of negative namecache entries");
 
 /*
- * Negative entry % of namecahe capacity above which automatic eviction is allowed.
+ * Negative entry % of namecache capacity above which automatic eviction is allowed.
  *
  * Check cache_neg_evict_cond for details.
  */
@@ -750,7 +750,7 @@ sysctl_negminpct(SYSCTL_HANDLER_ARGS)
 
 SYSCTL_PROC(_vfs_cache_param, OID_AUTO, negminpct,
     CTLTYPE_INT | CTLFLAG_MPSAFE | CTLFLAG_RW, NULL, 0, sysctl_negminpct,
-    "I", "Negative entry \% of namecahe capacity above which automatic eviction is allowed");
+    "I", "Negative entry \% of namecache capacity above which automatic eviction is allowed");
 
 #ifdef DIAGNOSTIC
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010240113.09O1DG9w036360>