From: Vagrant Cascadian Date: Tue, 28 Jun 2016 07:38:27 +0000 (+0000) Subject: fix-typo-comment X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1^2^2^2^2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9f873996d32577e695686aee4dbd5caee1cd2750;p=u-boot.git fix-typo-comment =================================================================== Gbp-Pq: Name fix-typo-comment --- diff --git a/tools/env/fw_env_main.c b/tools/env/fw_env_main.c index 4bd421662..3bec5b970 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"