mkimage: correct spelling error in imximage
authorStefano Babic <sbabic@denx.de>
Tue, 13 Apr 2010 10:38:22 +0000 (12:38 +0200)
committertrix <trix@windriver.com>
Sat, 24 Apr 2010 17:57:59 +0000 (12:57 -0500)
Signed-off-by: Stefano Babic <sbabic@denx.de>
tools/imximage.c

index df2d8c4..39f89c2 100644 (file)
@@ -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,            "",                     "",     },
 };