projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141053d
)
Fix typo ("comand" instead of "command")
author
Loïc Minier
<loic.minier@linaro.org>
Tue, 4 Jan 2011 01:32:35 +0000
(
02:32
+0100)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 18 Jan 2011 23:07:22 +0000
(
00:07
+0100)
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
tools/kwbimage.c
patch
|
blob
|
history
diff --git
a/tools/kwbimage.c
b/tools/kwbimage.c
index 7b26920185b7cfdfa99d0c67bee11b6eaed41faf..964796e9a647666924347ca481f4c969d057784d 100644
(file)
--- a/
tools/kwbimage.c
+++ b/
tools/kwbimage.c
@@
-33,7
+33,7
@@
* Supported commands for configuration file
*/
static table_entry_t kwbimage_cmds[] = {
- {CMD_BOOT_FROM, "BOOT_FROM", "boot com
and",
},
+ {CMD_BOOT_FROM, "BOOT_FROM", "boot com
mand",
},
{CMD_NAND_ECC_MODE, "NAND_ECC_MODE", "NAND mode", },
{CMD_NAND_PAGE_SIZE, "NAND_PAGE_SIZE", "NAND size", },
{CMD_SATA_PIO_MODE, "SATA_PIO_MODE", "SATA mode", },