git: 37bc66bde8a7 - stable/12 - hwpmc(4): Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jan 2022 08:45:56 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=37bc66bde8a7a74a2285f8d4e33dd230efda402e commit 37bc66bde8a7a74a2285f8d4e33dd230efda402e 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:45:36 +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 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"); /*