summaryrefslogtreecommitdiffstats
path: root/drivers/mci/imx.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-04 15:23:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-21 21:38:21 +0200
commitfe85ff47611d91a80223adc48d251bf555913a1b (patch)
tree935186c4099fc40d64c6f56d8739c46125b789af /drivers/mci/imx.c
parent66f6e99a39ed9e7b950a4d7909da65d4d147ce03 (diff)
downloadbarebox-fe85ff47611d91a80223adc48d251bf555913a1b.tar.gz
barebox-fe85ff47611d91a80223adc48d251bf555913a1b.tar.xz
treewide: Fix typo seperate -> separate
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/imx.c')
-rw-r--r--drivers/mci/imx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mci/imx.c b/drivers/mci/imx.c
index c98596434e..2bf48eb1d3 100644
--- a/drivers/mci/imx.c
+++ b/drivers/mci/imx.c
@@ -2,7 +2,7 @@
* This is a driver for the SDHC controller found in Freescale MX2/MX3
* SoCs. It is basically the same hardware as found on MX1 (imxmmc.c).
* Unlike the hardware found on MX1, this hardware just works and does
- * not need all the quirks found in imxmmc.c, hence the seperate driver.
+ * not need all the quirks found in imxmmc.c, hence the separate driver.
*
* Copyright (C) 2009 Ilya Yanok, <yanok@emcraft.com>
* Copyright (C) 2008 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>