summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/boot.c
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-11-18 08:30:44 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2012-11-19 10:14:11 +0100
commit1b6041a66255a258bceb7d56e73fb6e8b333a4d4 (patch)
tree97561abb90e61eeac313b5b7887185a736c27f2c /arch/arm/mach-imx/boot.c
parent272a5d738ab152347d67be062e8a4e771825493a (diff)
downloadbarebox-1b6041a66255a258bceb7d56e73fb6e8b333a4d4.tar.gz
barebox-1b6041a66255a258bceb7d56e73fb6e8b333a4d4.tar.xz
mach-imx: Comment typo fix, "enviroment" -> "environment"
A couple trivial spelling fixes. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/boot.c')
-rw-r--r--arch/arm/mach-imx/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/boot.c b/arch/arm/mach-imx/boot.c
index cdddbe5824..ae7c48b2ea 100644
--- a/arch/arm/mach-imx/boot.c
+++ b/arch/arm/mach-imx/boot.c
@@ -77,7 +77,7 @@ static const enum imx_bootsource locations[4][4] = {
};
/*
- * Saves the boot source media into the $barebox_loc enviroment variable
+ * Saves the boot source media into the $barebox_loc environment variable
*
* This information is useful for barebox init scripts as we can then easily
* use a kernel image stored on the same media that we launch barebox with