From: Joel Johnson <mrjoel@lixil.net>
Date: Sat, 11 Jan 2020 16:08:15 +0000 (-0700)
Subject: mmc: config help typo fix
X-Git-Tag: v2025.01-rc5-pxa1908~2603^2
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=26632b7541e85b24b86bc0188123a403eeee44d1;p=u-boot.git

mmc: config help typo fix

Fix typo in description of MMC_QUIRKS config option.

Signed-off-by: Joel Johnson <mrjoel@lixil.net>
---

diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 6371ffef11..2f0eedc22f 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -79,7 +79,7 @@ config MMC_QUIRKS
 	help
 	  Some cards and hosts may sometimes behave unexpectedly (quirks).
 	  This option enable workarounds to handle those quirks. Some of them
-	  are enabled by default, other may require additionnal flags or are
+	  are enabled by default, other may require additional flags or are
 	  enabled by the host driver.
 
 config MMC_HW_PARTITIONING