git: 7e114269124e - stable/15 - amdtemp(4): Fix typo in a sysctl description

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 08 Nov 2025 19:03:31 UTC
The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=7e114269124ebb266b0d7788271e8f46dbcbfa2f

commit 7e114269124ebb266b0d7788271e8f46dbcbfa2f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:21:25 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-08 19:03:20 +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 79ccdc8c79fb..b1ecb014a2b0 100644
--- a/sys/dev/amdtemp/amdtemp.c
+++ b/sys/dev/amdtemp/amdtemp.c
@@ -642,7 +642,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)