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>
This commit is contained in:
Elyes HAOUAS 2021-02-09 14:18:19 +01:00 committed by Patrick Georgi
parent 4dc85f11d1
commit 89c05c56c0
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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.
*/