diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-14 13:49:43 +0200 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2025-04-23 10:41:11 +0800 |
commit | 392a5860bd65c467696deb6c0713b488a66d1b28 (patch) | |
tree | 50bdbf299def4d4eb0553fd10efe1276a0d6d565 | |
parent | bf2db18116137bb2f82165206be3f16baf314feb (diff) |
mmc: type 'Relatvie'
%s/Relatvie/Relative'
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | drivers/mmc/mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |