From 392a5860bd65c467696deb6c0713b488a66d1b28 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 14 Apr 2025 13:49:43 +0200 Subject: [PATCH] mmc: type 'Relatvie' %s/Relatvie/Relative' Signed-off-by: Heinrich Schuchardt Acked-by: Peng Fan Signed-off-by: Peng Fan --- drivers/mmc/mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index 47139e0a911..13e887eef0d 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -2550,7 +2550,7 @@ static int mmc_startup(struct mmc *mmc) /* * 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 */ if (!mmc_host_is_spi(mmc)) { /* cmd not supported in spi */ -- 2.39.5