Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2025 18:50:55 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 85d6c86f4b53 - main - amdtemp(4): Fix typo in a sysctl description
Message-ID:  <202510311850.59VIotjO033202@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=85d6c86f4b53e6ac2a9b163c553b48466638f394

commit 85d6c86f4b53e6ac2a9b163c553b48466638f394
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:21:25 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-31 18:50:40 +0000

    amdtemp(4): Fix typo in a sysctl description
    
    - s/temparature/temperature/
    
    MFC after:      5 days
---
 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)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510311850.59VIotjO033202>