summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-06-04 10:42:01 -0700
committerTom Rini <trini@konsulko.com>2020-06-23 14:43:24 -0400
commitd1896e365c385aee0d00f32d42ca5f905a8dac9e (patch)
tree2311f86ca648f464f1a03c39a6d7757cc7a24cf8 /cmd
parent1a027a90aaa65ea429a55035f0316eadd0d83180 (diff)
cmd: booti: Fix spelling of "environment".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/booti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/booti.c b/cmd/booti.c
index ae37975494..af0603b96e 100644
--- a/cmd/booti.c
+++ b/cmd/booti.c
@@ -141,7 +141,7 @@ static char booti_help_text[] =
"\tspecifying the size of a RAW initrd.\n"
"\tCurrently only booting from gz, bz2, lzma and lz4 compression\n"
"\ttypes are supported. In order to boot from any of these compressed\n"
- "\timages, user have to set kernel_comp_addr_r and kernel_comp_size enviornment\n"
+ "\timages, user have to set kernel_comp_addr_r and kernel_comp_size environment\n"
"\tvariables beforehand.\n"
#if defined(CONFIG_OF_LIBFDT)
"\tSince booting a Linux kernel requires a flat device-tree, a\n"