git: 9966757dd6ef - main - hwpmc(4): Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jan 2022 19:19:30 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=9966757dd6efe7514290d41cae761baf389dcfc2
commit 9966757dd6efe7514290d41cae761baf389dcfc2
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-01-26 19:18:57 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-01-26 19:18:57 +0000
hwpmc(4): Fix a typo in a sysctl description
- s/avalable/available/
MFC after: 3 days
---
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");
/*