Date: Wed, 19 Nov 2025 11:24:39 +0000 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: 07792c725bb4 - stable/14 - amdtemp(4): Fix typo in a sysctl description Message-ID: <691da8f7.bb9b.64e87ee7@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=07792c725bb4c974222c61bb79ba80dbe70e018b commit 07792c725bb4c974222c61bb79ba80dbe70e018b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-29 15:21:25 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-11-19 11:24:28 +0000 amdtemp(4): Fix typo in a sysctl description - s/temparature/temperature/ (cherry picked from commit 85d6c86f4b53e6ac2a9b163c553b48466638f394) --- sys/dev/amdtemp/amdtemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c index 1305337112b6..12a451b05207 100644 --- a/sys/dev/amdtemp/amdtemp.c +++ b/sys/dev/amdtemp/amdtemp.c @@ -643,7 +643,7 @@ amdtemp_intrhook(void *arg) OID_AUTO, "temperature", CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_MPSAFE, dev, sensor, amdtemp_sysctl, "IK", - "Current temparature"); + "Current temperature"); } } if (sc->sc_ich.ich_arg != NULL)help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691da8f7.bb9b.64e87ee7>
