aboutsummaryrefslogtreecommitdiff
path: root/src/commonlib/storage/sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/storage/sdhci.c')
-rw-r--r--src/commonlib/storage/sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/storage/sdhci.c b/src/commonlib/storage/sdhci.c
index 6d99508ced..fd9fc63aea 100644
--- a/src/commonlib/storage/sdhci.c
+++ b/src/commonlib/storage/sdhci.c
@@ -146,7 +146,7 @@ static int sdhci_send_command_bounced(struct sd_mmc_ctrlr *ctrlr,
sdhci_writel(sdhci_ctrlr, SDHCI_INT_ALL_MASK, SDHCI_INT_STATUS);
mask = SDHCI_CMD_INHIBIT | SDHCI_DATA_INHIBIT;
- /* We shouldn't wait for data inihibit for stop commands, even
+ /* We shouldn't wait for data inhibit for stop commands, even
though they might use busy signaling */
if (cmd->flags & CMD_FLAG_IGNORE_INHIBIT)
mask &= ~SDHCI_DATA_INHIBIT;