diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-03-15 12:11:12 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-22 12:16:13 -0400 |
commit | 0e2806594970cd916a3161a66cf1f6aa6cb7fff8 (patch) | |
tree | c4d95d6c2a056c138699e3f367e6c298adb484e6 /tools/env | |
parent | 8a7367accaaf88f90773a37fc9257d184bf448d2 (diff) | |
download | u-boot-0e2806594970cd916a3161a66cf1f6aa6cb7fff8.zip u-boot-0e2806594970cd916a3161a66cf1f6aa6cb7fff8.tar.gz u-boot-0e2806594970cd916a3161a66cf1f6aa6cb7fff8.tar.bz2 |
Fix spelling of "comment".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools/env')
-rw-r--r-- | tools/env/fw_env_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |