diff mbox series

[1/2] cmd: booti: Fix spelling of "environment".

Message ID 20200604174204.29684-1-vagrant@debian.org
State Accepted
Commit d1896e365c385aee0d00f32d42ca5f905a8dac9e
Headers show
Series [1/2] cmd: booti: Fix spelling of "environment". | expand

Commit Message

Vagrant Cascadian June 4, 2020, 5:42 p.m. UTC
Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
---

 cmd/booti.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass June 7, 2020, 1:45 p.m. UTC | #1
On Thu, 4 Jun 2020 at 11:42, Vagrant Cascadian <vagrant at debian.org> wrote:
>
> Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
> ---
>
>  cmd/booti.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>
Tom Rini June 25, 2020, 2:39 p.m. UTC | #2
On Thu, Jun 04, 2020 at 10:42:01AM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied (back on June 23rd) to u-boot/master, thanks!
diff mbox series

Patch

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"