src/commonlib/storage: Fix typos

Change-Id: Ie210191b79e94d3918ea95d40aeba40f33eb1b2f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38269
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS
2020-01-08 15:39:34 +01:00
committed by Nico Huber
parent 4436ebef06
commit b8473d0191
3 changed files with 3 additions and 3 deletions

View File

@ -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;