diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-10-25 14:53:17 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-10-25 14:53:17 +0000 |
commit | 217c6aa8dea6a934611b08a3ae73d5a52f41c0bd (patch) | |
tree | 89eddd21b9339f67aed71c142dd9a322ea344381 /sys | |
parent | 516af534fff3060993803d4dd9646302c0f41fe7 (diff) |
typos in comments, from jj, reported by Elyes Haouas on irc
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 2821a47f4a3..da35acabe69 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.503 2021/10/21 18:36:42 bluhm Exp $ +# $OpenBSD: GENERIC,v 1.504 2021/10/25 14:53:15 sthen Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -110,7 +110,7 @@ kate* at pci? # AMD K8 temperature sensor km* at pci? # AMD K10 temperature sensor ksmn* at pci? # AMD K17 temperature sensor amas* at pci? disable # AMD memory configuration -pchtemp* at pci? # Intel C610 termperature sensor +pchtemp* at pci? # Intel C610 temperature sensor ccp* at pci? # AMD Cryptographic Co-processor # National Semiconductor LM7[89] and compatible hardware monitors diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a8535059e60..34b4b0bf689 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.858 2021/10/21 18:36:42 bluhm Exp $ +# $OpenBSD: GENERIC,v 1.859 2021/10/25 14:53:16 sthen Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -94,7 +94,7 @@ iic* at glxpcib? kate* at pci? # AMD K8 temperature sensor km* at pci? # AMD K10 temperature sensor amas* at pci? disable # AMD memory configuration -pchtemp* at pci? # Intel C610 termperature sensor +pchtemp* at pci? # Intel C610 temperature sensor # power management and other environmental stuff elansc* at pci? # AMD Elan SC520 System Controller |