summaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-07-15 13:44:45 -0400
committerTom Rini <trini@konsulko.com>2016-07-16 09:43:12 -0400
commit62a3b7dd086ef8ceba91e99cceb19704efc1b482 (patch)
tree7336b817a5d03f1594bc4b8c89c9545578f72d4c /drivers/mmc/Kconfig
parentfc5d54b7fa3fa602e06e2f0863c0b134d6afca70 (diff)
downloadu-boot-imx-62a3b7dd086ef8ceba91e99cceb19704efc1b482.zip
u-boot-imx-62a3b7dd086ef8ceba91e99cceb19704efc1b482.tar.gz
u-boot-imx-62a3b7dd086ef8ceba91e99cceb19704efc1b482.tar.bz2
Various, unrelated tree-wide typo fixes.
Fix a number of typos, including: * "compatble" -> "compatible" * "eanbeld" -> "enabled" * "envrionment" -> "environment" * "FTD" -> "FDT" (for "flattened device tree") * "ommitted" -> "omitted" * "overriden" -> "overridden" * "partiton" -> "partition" * "propogate" -> "propagate" * "resourse" -> "resource" * "rest in piece" -> "rest in peace" * "suport" -> "support" * "varible" -> "variable" Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 79cf18f..e0adb9b 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -10,7 +10,7 @@ config DM_MMC
bool "Enable MMC controllers using Driver Model"
depends on DM
help
- This enables the MultiMediaCard (MMC) uclass which suports MMC and
+ This enables the MultiMediaCard (MMC) uclass which supports MMC and
Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)
and non-removable (e.g. eMMC chip) devices are supported. These
appear as block devices in U-Boot and can support filesystems such