commit | 651c75a452f8e38e725876e60cbeb2fb46705e81 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Tue Apr 13 12:38:22 2010 +0200 |
committer | trix <trix@windriver.com> | Sat Apr 24 12:57:59 2010 -0500 |
tree | e3d2d1299bf0576b1179c4b914a8c3dd3c14cbd6 | |
parent | 8655c5a7826009493685ea0aa35cbd4997af3f13 [diff] |
mkimage: correct spelling error in imximage Signed-off-by: Stefano Babic <sbabic@denx.de>
diff --git a/tools/imximage.c b/tools/imximage.c index df2d8c4..39f89c2 100644 --- a/tools/imximage.c +++ b/tools/imximage.c
@@ -36,7 +36,7 @@ * Supported commands for configuration file */ static table_entry_t imximage_cmds[] = { - {CMD_BOOT_FROM, "BOOT_FROM", "boot comand", }, + {CMD_BOOT_FROM, "BOOT_FROM", "boot command", }, {CMD_DATA, "DATA", "Reg Write Data", }, {-1, "", "", }, };