summaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-09 14:18:19 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-11 10:21:54 +0000
commit89c05c56c0396d69211d7f077168306245b995fa (patch)
tree5b6d420cf39b1e1a85c51a07a894867448942d4f /src/superio
parent4dc85f11d1001cb58ef8b00c3172a6b52783435f (diff)
downloadcoreboot-89c05c56c0396d69211d7f077168306245b995fa.tar.xz
src/superio: Fix typo in comment
Change-Id: I2e5cac310af824eb9756b2aa9459239e0b5784da Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50428 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/superio')
-rw-r--r--src/superio/acpi/pnp_config.asl2
-rw-r--r--src/superio/winbond/w83627hf/acpi/superio.asl2
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.
*/