From 89c05c56c0396d69211d7f077168306245b995fa Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 9 Feb 2021 14:18:19 +0100 Subject: src/superio: Fix typo in comment Change-Id: I2e5cac310af824eb9756b2aa9459239e0b5784da Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/50428 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks Reviewed-by: Angel Pons --- src/superio/acpi/pnp_config.asl | 2 +- src/superio/winbond/w83627hf/acpi/superio.asl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/superio/acpi/pnp_config.asl b/src/superio/acpi/pnp_config.asl index ff74153cf2..0257cc7959 100644 --- a/src/superio/acpi/pnp_config.asl +++ b/src/superio/acpi/pnp_config.asl @@ -27,7 +27,7 @@ Mutex(CONF_MODE_MUTEX, 1) /* * Enter configuration mode (and aquire mutex) - * Method must be run before accesssing the configuration region. + * Method must be run before accessing the configuration region. * Parameter is the LDN which should be accessed. Values >= 0xFF mean * no LDN switch should be done. */ diff --git a/src/superio/winbond/w83627hf/acpi/superio.asl b/src/superio/winbond/w83627hf/acpi/superio.asl index 1f92df9f56..5e23cb0a96 100644 --- a/src/superio/winbond/w83627hf/acpi/superio.asl +++ b/src/superio/winbond/w83627hf/acpi/superio.asl @@ -144,7 +144,7 @@ Device(SIO) { } /* Enter configuration mode (and aquire mutex) - Method must be run before accesssing the configuration region. + Method must be run before accessing the configuration region. Parameter is the LDN which should be accessed. Values >= 0xFF mean no LDN switch should be done. */ -- cgit v1.2.3