[PATCH 5/7] ARM: i.MX: xload-esdhc: Fix typo successul -> successful
Sascha Hauer
s.hauer at pengutronix.de
Fri Apr 1 05:10:42 PDT 2016
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/mach-imx/xload-esdhc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-imx/xload-esdhc.c b/arch/arm/mach-imx/xload-esdhc.c
index 325e2e8..c150adf 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)
--
2.7.0
More information about the barebox
mailing list