diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-10-21 00:10:34 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-10-21 00:10:34 +0200 |
| commit | b407f1a4b60fceeae04e23d38f2fae153266652c (patch) | |
| tree | 9ca557a47c471b045124ec60cdc954b9f24d3361 /common | |
| parent | 7ee6ba1a056e4061ab4cfde30127e332e7957afd (diff) | |
| parent | 5441f61a3d8b7034f19fc1361183e936198e6dbb (diff) | |
Merge branch 'master' of /home/git/u-boot/
Diffstat (limited to 'common')
| -rw-r--r-- | common/cmd_bootm.c | 2 | ||||
| -rw-r--r-- | common/cmd_dtt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 6ebedfbc83..d8163494e8 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -466,7 +466,7 @@ U_BOOT_CMD( "\t'arg' can be the address of an initrd image\n" #if defined(CONFIG_OF_FLAT_TREE) || defined(CONFIG_OF_LIBFDT) "\tWhen booting a Linux kernel which requires a flat device-tree\n" - "\ta third argument is required which is the address of the of the\n" + "\ta third argument is required which is the address of the\n" "\tdevice-tree blob. To boot that kernel without an initrd image,\n" "\tuse a '-' for the second argument. If you do not pass a third\n" "\ta bd_info struct will be passed instead\n" diff --git a/common/cmd_dtt.c b/common/cmd_dtt.c index 8da95bf9d3..804d467f25 100644 --- a/common/cmd_dtt.c +++ b/common/cmd_dtt.c @@ -57,7 +57,7 @@ int do_dtt (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) U_BOOT_CMD( dtt, 1, 1, do_dtt, - "dtt - Digital Thermometer and Themostat\n", + "dtt - Digital Thermometer and Thermostat\n", " - Read temperature from digital thermometer and thermostat.\n" ); |
