From patchwork Tue Mar 15 19:11:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vagrant Cascadian X-Patchwork-Id: 597822 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3qPkl54WFYz9sDH for ; Wed, 16 Mar 2016 06:12:16 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9BF6BA752D; Tue, 15 Mar 2016 20:12:06 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KWVQieOzYIj6; Tue, 15 Mar 2016 20:12:06 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 24BFDA74DA; Tue, 15 Mar 2016 20:12:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B29DAA745C for ; Tue, 15 Mar 2016 20:12:02 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8nMbvhE0-3in for ; Tue, 15 Mar 2016 20:12:02 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101]) by theia.denx.de (Postfix) with ESMTP id 6CFF0A74DA for ; Tue, 15 Mar 2016 20:12:02 +0100 (CET) Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:1:7]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 5BB211ADBD; Tue, 15 Mar 2016 12:12:01 -0700 (PDT) From: Vagrant Cascadian To: u-boot@lists.denx.de Date: Tue, 15 Mar 2016 12:11:12 -0700 Message-Id: <1458069073-27100-2-git-send-email-vagrant@debian.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1458069073-27100-1-git-send-email-vagrant@debian.org> References: <1458069073-27100-1-git-send-email-vagrant@debian.org> Cc: Vagrant Cascadian Subject: [U-Boot] [PATCH 1/2] Fix spelling of "comment". X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Vagrant Cascadian Reviewed-by: Tom Rini --- tools/env/fw_env_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"