From b8473d019158fa52b7cfcf49c446eb078e4745b0 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 8 Jan 2020 15:39:34 +0100 Subject: src/commonlib/storage: Fix typos Change-Id: Ie210191b79e94d3918ea95d40aeba40f33eb1b2f Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38269 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Angel Pons --- src/commonlib/storage/sd_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commonlib/storage/sd_mmc.c') 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; -- cgit v1.2.3