diff --git a/drivers/mmcsd/mmcsd_sdio.c b/drivers/mmcsd/mmcsd_sdio.c index b79833128d0..eb5d2048d1c 100644 --- a/drivers/mmcsd/mmcsd_sdio.c +++ b/drivers/mmcsd/mmcsd_sdio.c @@ -3064,7 +3064,7 @@ static int mmcsd_cardidentify(FAR struct mmcsd_state_s *priv) up_udelay(MMCSD_IDLE_DELAY); #ifdef CONFIG_MMCSD_MMCSUPPORT - /* Send CMD3 which is supported only by MMC. if there is valid response + /* Send CMD1 which is supported only by MMC. if there is valid response * then the card is definitely of MMC type */