summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-03-30 12:37:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-01 14:06:58 +0200
commit2bca71c689f8ff610cb73ba8964b48af2d0376be (patch)
tree126204f3bac14fd316e616a6a5fae67d7c95bd54 /arch
parentafcf169d8276f31ca5e231b0ba31e0e3cd3f1c1a (diff)
downloadbarebox-2bca71c689f8ff610cb73ba8964b48af2d0376be.tar.gz
barebox-2bca71c689f8ff610cb73ba8964b48af2d0376be.tar.xz
ARM: i.MX: xload-esdhc: Fix typo successul -> successful
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/xload-esdhc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/xload-esdhc.c b/arch/arm/mach-imx/xload-esdhc.c
index 325e2e8a09..c150adffd5 100644
--- a/arch/arm/mach-imx/xload-esdhc.c
+++ b/arch/arm/mach-imx/xload-esdhc.c
@@ -251,7 +251,7 @@ int imx6_esdhc_load_image(int instance, void *buf, int len)
* (This information is used to calculate the length of the image). The
* image is started afterwards.
*
- * Return: If successul, this function does not return. A negative error
+ * Return: If successful, this function does not return. A negative error
* code is returned when this function fails.
*/
int imx6_esdhc_start_image(int instance)