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:
parent
4dc85f11d1
commit
89c05c56c0
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue