HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50428 )
Change subject: src/superio: Fix typo in comment ......................................................................
src/superio: Fix typo in comment
Change-Id: I2e5cac310af824eb9756b2aa9459239e0b5784da Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/superio/acpi/pnp_config.asl M src/superio/winbond/w83627hf/acpi/superio.asl 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/50428/1
diff --git a/src/superio/acpi/pnp_config.asl b/src/superio/acpi/pnp_config.asl index ff74153..0257cc7 100644 --- a/src/superio/acpi/pnp_config.asl +++ b/src/superio/acpi/pnp_config.asl @@ -27,7 +27,7 @@
/* * 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 1f92df9..5e23cb0 100644 --- a/src/superio/winbond/w83627hf/acpi/superio.asl +++ b/src/superio/winbond/w83627hf/acpi/superio.asl @@ -144,7 +144,7 @@ }
/* 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. */