[PATCH] mach-imx: Comment typo fix, "enviroment" -> "environment"

Robert P. J. Day rpjday at crashcourse.ca
Sun Nov 18 08:30:44 EST 2012


A couple trivial spelling fixes.

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

  i thought i'd sent this in already but don't see it in outbox so
just playing it safe.

diff --git a/arch/arm/mach-imx/boot.c b/arch/arm/mach-imx/boot.c
index cdddbe5..ae7c48b 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
diff --git a/arch/arm/mach-imx/imx51.c b/arch/arm/mach-imx/imx51.c
index f5a867b..4b0786b 100644
--- a/arch/arm/mach-imx/imx51.c
+++ b/arch/arm/mach-imx/imx51.c
@@ -75,7 +75,7 @@ static int imx51_init(void)
 postcore_initcall(imx51_init);

 /*
- * 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
-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



More information about the barebox mailing list