diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-10-23 20:45:18 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-31 10:13:17 -0400 |
commit | da1a3bd4d38af6fc63fd93c8e47424d98e634d58 (patch) | |
tree | 042343e893292941dd1e495bc739d34092578140 /cmd | |
parent | 82bd2f29ea6e98ae689b26d793d432ac171d56dc (diff) |
Fix spelling of "extended".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bootm.c b/cmd/bootm.c index e02a1c54b70..083f3d19fe5 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" |