aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*/