diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-29 15:21:25 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-31 18:50:40 +0000 |
| commit | 85d6c86f4b53e6ac2a9b163c553b48466638f394 (patch) | |
| tree | 27be4689850407b033dd85da806e384d6c044ab1 | |
| parent | 9aa5a79e2af9a6a8930bbe8a7a024df2cf44e433 (diff) | |
amdtemp(4): Fix typo in a sysctl description
- s/temparature/temperature/
MFC after: 5 days
| -rw-r--r-- | sys/dev/amdtemp/amdtemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
