]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Fix spelling of "extended".
authorVagrant Cascadian <vagrant@debian.org>
Mon, 24 Oct 2016 03:45:18 +0000 (20:45 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2016 14:13:17 +0000 (10:13 -0400)
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/bootm.c

index e02a1c54b70cf7c46d6a06a93ca8072946abc51c..083f3d19fe513b76e572e055c761c77fbdf4c573 100644 (file)
@@ -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"