aboutsummaryrefslogtreecommitdiff
path: root/src/commonlib/storage/sd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/storage/sd.c')
-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;