diff mbox

[U-Boot,1/2] Fix spelling of "comment".

Message ID 1458069073-27100-2-git-send-email-vagrant@debian.org
State Accepted
Commit 0e2806594970cd916a3161a66cf1f6aa6cb7fff8
Delegated to: Tom Rini
Headers show

Commit Message

Vagrant Cascadian March 15, 2016, 7:11 p.m. UTC
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 tools/env/fw_env_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini March 15, 2016, 8:33 p.m. UTC | #1
On Tue, Mar 15, 2016 at 12:11:12PM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini March 23, 2016, 1:59 a.m. UTC | #2
On Tue, Mar 15, 2016 at 12:11:12PM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/tools/env/fw_env_main.c b/tools/env/fw_env_main.c
index 4bd4216..3bec5b9 100644
--- a/tools/env/fw_env_main.c
+++ b/tools/env/fw_env_main.c
@@ -93,7 +93,7 @@  void usage_setenv(void)
 		"\n"
 		"Script Syntax:\n"
 		"  key [space] value\n"
-		"  lines starting with '#' are treated as commment\n"
+		"  lines starting with '#' are treated as comment\n"
 		"\n"
 		"  A variable without value will be deleted. Any number of spaces are\n"
 		"  allowed between key and value. Space inside of the value is treated\n"