summaryrefslogtreecommitdiff
path: root/common/image.c
diff options
context:
space:
mode:
authorShyam Saini <mayhs11saini@gmail.com>2018-06-07 19:47:19 +0530
committerTom Rini <trini@konsulko.com>2018-06-13 07:49:13 -0400
commit919d25c9208d12a4fc3691972ad69ed4e40455ba (patch)
treeeb49d63a0a3e9bf18fbf41a5be7fd3fd98405aa6 /common/image.c
parent94b233f443456a1cb868868b3b7f6876471a2de4 (diff)
u-boot: Fix several typos
's/environemnt/environment/' and 's/Environemnt/Environment/' Signed-off-by: Shyam Saini <shyam@amarulasolutions.com>
Diffstat (limited to 'common/image.c')
-rw-r--r--common/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image.c b/common/image.c
index 214ac33720..4f201289ee 100644
--- a/common/image.c
+++ b/common/image.c
@@ -1413,7 +1413,7 @@ int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
* @cmd_end: pointer to a ulong variable, will hold cmdline end
*
* boot_get_cmdline() allocates space for kernel command line below
- * BOOTMAPSZ + env_get_bootm_low() address. If "bootargs" U-Boot environemnt
+ * BOOTMAPSZ + env_get_bootm_low() address. If "bootargs" U-Boot environment
* variable is present its contents is copied to allocated kernel
* command line.
*