From: Vagrant Cascadian Date: Mon, 24 Oct 2016 03:45:18 +0000 (-0700) Subject: Fix spelling of "extended". X-Git-Tag: v2016.11-rc3~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=da1a3bd4d38af6fc63fd93c8e47424d98e634d58;p=u-boot Fix spelling of "extended". Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass --- diff --git a/cmd/bootm.c b/cmd/bootm.c index e02a1c54b7..083f3d19fe 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: - direct component image specification\n" "\taddr# - configuration specification\n" "\tUse iminfo command to get the list of existing component\n"