diff mbox

[U-Boot,3/4] Fix spelling of "extended".

Message ID 20161024034520.26772-3-vagrant@debian.org
State Accepted
Commit da1a3bd4d38af6fc63fd93c8e47424d98e634d58
Delegated to: Tom Rini
Headers show

Commit Message

Vagrant Cascadian Oct. 24, 2016, 3:45 a.m. UTC
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

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

Comments

Simon Glass Oct. 26, 2016, 4:31 p.m. UTC | #1
On 23 October 2016 at 20:45, Vagrant Cascadian <vagrant@debian.org> wrote:
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> ---
>
>  cmd/bootm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Nov. 2, 2016, 2:26 p.m. UTC | #2
On Sun, Oct 23, 2016 at 08:45:18PM -0700, Vagrant Cascadian wrote:

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

Applied to u-boot/master (before v2016.11-rc3), thanks!
diff mbox

Patch

diff --git a/cmd/bootm.c b/cmd/bootm.c
index e02a1c5..083f3d1 100644
--- a/cmd/bootm.c
+++ b/cmd/bootm.c
@@ -162,7 +162,7 @@  static char bootm_help_text[] =
 #endif
 #if defined(CONFIG_FIT)
 	"\t\nFor the new multi component uImage format (FIT) addresses\n"
-	"\tmust be extened to include component or configuration unit name:\n"
+	"\tmust be extended to include component or configuration unit name:\n"
 	"\taddr:<subimg_uname> - direct component image specification\n"
 	"\taddr#<conf_uname>   - configuration specification\n"
 	"\tUse iminfo command to get the list of existing component\n"