summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Babic <[email protected]>2010-04-13 12:38:22 +0200
committertrix <[email protected]>2010-04-24 12:57:59 -0500
commit6686f10dd5ac791238d8c8afa1bce264083fc498 (patch)
treee3d2d1299bf0576b1179c4b914a8c3dd3c14cbd6
parent0df5b4e38f02b5f9b5b1410dac15ffb8f937e4f4 (diff)
mkimage: correct spelling error in imximage
Signed-off-by: Stefano Babic <[email protected]>
-rw-r--r--tools/imximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imximage.c b/tools/imximage.c
index df2d8c4d7b5..39f89c2b93e 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, "", "", },
};