aboutsummaryrefslogtreecommitdiff
path: root/src/commonlib/storage/sd_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/storage/sd_mmc.c')
-rw-r--r--src/commonlib/storage/sd_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/storage/sd_mmc.c b/src/commonlib/storage/sd_mmc.c
index ae15656189..c5fa76c730 100644
--- a/src/commonlib/storage/sd_mmc.c
+++ b/src/commonlib/storage/sd_mmc.c
@@ -199,7 +199,7 @@ int sd_mmc_enter_standby(struct storage_media *media)
/*
* For MMC cards, set the Relative Address.
- * For SD cards, get the Relatvie Address.
+ * For SD cards, get the Relative Address.
* This also puts the cards into Standby State
*/
cmd.cmdidx = SD_CMD_SEND_RELATIVE_ADDR;