[U-Boot] [PATCH v2] cmd: thordown: Fix spelling of download.

Vagrant Cascadian vagrant at debian.org
Wed Mar 6 06:52:14 UTC 2019


Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Reviewed-by: Lukasz Majewski <lukma at denx.de>
---

Changes in v2:
- Add "cmd: thordown:" to define scope of the spelling fix.
- Add Reviewed-by entries.

 cmd/thordown.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/thordown.c b/cmd/thordown.c
index ce3660d174..19ae6721d1 100644
--- a/cmd/thordown.c
+++ b/cmd/thordown.c
@@ -65,7 +65,7 @@ done:
 U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down,
 	   "TIZEN \"THOR\" downloader",
 	   "<USB_controller> <interface> <dev>\n"
-	   "  - device software upgrade via LTHOR TIZEN dowload\n"
+	   "  - device software upgrade via LTHOR TIZEN download\n"
 	   "    program via <USB_controller> on device <dev>,\n"
 	   "	attached to interface <interface>\n"
 );
-- 
2.20.1



More information about the U-Boot mailing list