From patchwork Mon Apr 22 12:51:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 238515 X-Patchwork-Delegate: sjg@chromium.org 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 88DFA2C0117 for ; Mon, 22 Apr 2013 22:53:02 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6DEAB4A208; Mon, 22 Apr 2013 14:52:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 NCuBPBDwZJoL; Mon, 22 Apr 2013 14:52:59 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 041F74A1C2; Mon, 22 Apr 2013 14:52:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 95C654A1DC for ; Mon, 22 Apr 2013 14:52:33 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 1K3KSTZFj463 for ; Mon, 22 Apr 2013 14:52:32 +0200 (CEST) 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 mail-ye0-f202.google.com (mail-ye0-f202.google.com [209.85.213.202]) by theia.denx.de (Postfix) with ESMTPS id 618074A1AF for ; Mon, 22 Apr 2013 14:52:31 +0200 (CEST) Received: by mail-ye0-f202.google.com with SMTP id l8so674154yen.5 for ; Mon, 22 Apr 2013 05:52:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=sDUBMqqVBewpNmlI9b1XZpOR24Z2rUZxMRmGzcD+jIw=; b=SUM8nGYoKBQxQVBzg8CJqYmlkh4GKe1ZfRsEYkXiftMtrqkE3PKepEkptwleZuhBYp jPs+9PUALu9OqG0UU+GI32rG7btcg15O0k6rASR/q2HUDI7y9B5GyL3l2CRw395FUiNi l8bGDhSRfkNWPaRlHPZVk02zg9AYJMbC2iEy4L8zFUc84hwfGe/KNfiEruYeZGtvjHsi 1BimpYZ9mEWysUW6GCN2N9MrSnnHiJlf6V+ieesHo0adecAmjhMjQRzM7xvJONqTjEce qqUKWQc7yapXDcUTIA2mKXneSZrJbWGWax+ZpfBpZPElIOroVSfnHYMToQc/Lh1flQ1p 7Elg== X-Received: by 10.236.87.177 with SMTP id y37mr12981388yhe.15.1366635149948; Mon, 22 Apr 2013 05:52:29 -0700 (PDT) Received: from corp2gmr1-1.hot.corp.google.com (corp2gmr1-1.hot.corp.google.com [172.24.189.92]) by gmr-mx.google.com with ESMTPS id s80si4551777yhe.6.2013.04.22.05.52.29 (version=TLSv1.1 cipher=AES128-SHA bits=128/128); Mon, 22 Apr 2013 05:52:29 -0700 (PDT) Received: from kaka.mtv.corp.google.com (kaka.mtv.corp.google.com [172.22.83.1]) by corp2gmr1-1.hot.corp.google.com (Postfix) with ESMTP id C724231C0AC; Mon, 22 Apr 2013 05:52:29 -0700 (PDT) Received: by kaka.mtv.corp.google.com (Postfix, from userid 121222) id 8433516090C; Mon, 22 Apr 2013 05:52:29 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Date: Mon, 22 Apr 2013 05:51:29 -0700 Message-Id: <1366635107-21588-2-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1366635107-21588-1-git-send-email-sjg@chromium.org> References: <1366635107-21588-1-git-send-email-sjg@chromium.org> X-Gm-Message-State: ALoCoQkhLtXxrGXgrUpGc8+plSodaSUkhsgG2XDHfKcHBJGAx7oDGgJh8b3hL3z76GF1yWTjvzSwtK+bOfjd7boEc0zG1zXO1YaPmS295FBLCMofxGGAL4TdFYMB6hqf2zM+ZPiYVokznieeVS/WT31rZI5HiSAoAt89+yxpwv0uSA8aN+2V8Sz0/9Xak4JT0lOPBQuDKx2+ Cc: Tom Rini , Joe Hershberger , u-boot-review@google.com Subject: [U-Boot] [PATCH v3 01/19] env: Fix minor comment typos in cmd_nvedit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This should say 'environmnent'. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None common/cmd_nvedit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index d893aa1..9579f94 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -288,7 +288,7 @@ int setenv(const char *varname, const char *varvalue) /** * Set an environment variable to an integer value * - * @param varname Environmet variable to set + * @param varname Environment variable to set * @param value Value to set it to * @return 0 if ok, 1 on error */ @@ -303,7 +303,7 @@ int setenv_ulong(const char *varname, ulong value) /** * Set an environment variable to an value in hex * - * @param varname Environmet variable to set + * @param varname Environment variable to set * @param value Value to set it to * @return 0 if ok, 1 on error */