aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-01-26 19:18:57 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-01-29 08:45:36 +0000
commit37bc66bde8a7a74a2285f8d4e33dd230efda402e (patch)
treeb8d000c7ee99d2f4ff347432c6d5a89084a741ea
parent83f1bf0594a448d3e1f6a78a02697bb3746e9d9d (diff)
downloadsrc-37bc66bde8a7a74a2285f8d4e33dd230efda402e.tar.gz
src-37bc66bde8a7a74a2285f8d4e33dd230efda402e.zip
hwpmc(4): Fix a typo in a sysctl description
- s/avalable/available/ (cherry picked from commit 9966757dd6efe7514290d41cae761baf389dcfc2)
-rw-r--r--sys/dev/hwpmc/hwpmc_mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c
index 6e62c484b6a8..2f75745c70b1 100644
--- a/sys/dev/hwpmc/hwpmc_mod.c
+++ b/sys/dev/hwpmc/hwpmc_mod.c
@@ -351,7 +351,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");
/*