Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2022 08:44:59 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 037fe75b38c1 - stable/13 - hwpmc(4): Fix a typo in a sysctl description
Message-ID:  <202201290844.20T8ixO6043665@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=037fe75b38c1f177087076a1027f6b035db8859f

commit 037fe75b38c1f177087076a1027f6b035db8859f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-01-26 19:18:57 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-01-29 08:44:47 +0000

    hwpmc(4): Fix a typo in a sysctl description
    
    - s/avalable/available/
    
    (cherry picked from commit 9966757dd6efe7514290d41cae761baf389dcfc2)
---
 sys/dev/hwpmc/hwpmc_mod.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c
index 3a5fee9ba156..e94527041af8 100644
--- a/sys/dev/hwpmc/hwpmc_mod.c
+++ b/sys/dev/hwpmc/hwpmc_mod.c
@@ -353,7 +353,7 @@ SYSCTL_INT(_kern_hwpmc, OID_AUTO, mtxpoolsize, CTLFLAG_RDTUN,
  */
 
 SYSCTL_INT(_kern_hwpmc, OID_AUTO, threadfreelist_entries, CTLFLAG_RD,
-    &pmc_threadfreelist_entries, 0, "number of avalable thread entries");
+    &pmc_threadfreelist_entries, 0, "number of available thread entries");
 
 
 /*



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