aboutsummaryrefslogtreecommitdiff
path: root/src/commonlib/storage
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-03 21:07:19 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 13:01:48 +0000
commit23e3f9d6ed4f841f0c5222a2aa2cb586f2210d95 (patch)
tree6aacd94841beb424d9f923a548db157c4c222215 /src/commonlib/storage
parent1b296ee3b832bc9dbff57c680a3de509db3c95fd (diff)
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>
Diffstat (limited to 'src/commonlib/storage')
-rw-r--r--src/commonlib/storage/sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/storage/sd.c b/src/commonlib/storage/sd.c
index bdb0baa2e4..30af81088d 100644
--- a/src/commonlib/storage/sd.c
+++ b/src/commonlib/storage/sd.c
@@ -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;