src/commonlib: Fix typos
Change-Id: Ida1770c5e4b18c536e4943eb9cf862d69196c589 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38689 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
1b296ee3b8
commit
23e3f9d6ed
@ -220,7 +220,7 @@ int sd_change_freq(struct storage_media *media)
|
||||
if (!((ctrlr->caps & DRVR_CAP_HS52) && (ctrlr->caps & DRVR_CAP_HS)))
|
||||
goto out;
|
||||
|
||||
/* Give the card time to recover afer the switch operation. Wait for
|
||||
/* Give the card time to recover after the switch operation. Wait for
|
||||
* 9 (>= 8) clock cycles receiving the switch status.
|
||||
*/
|
||||
delay = (9000000 + ctrlr->bus_hz - 1) / ctrlr->bus_hz;
|
||||
|
Reference in New Issue
Block a user