From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7C1F121A04817 for ; Thu, 6 Apr 2017 20:10:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491534654; x=1523070654; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=RAieSwzm8kcDNBHuO35pqzqfrVx6Drjp9y7oOQ+RbhQ=; b=YAurBsuSoR7lJ4xSnnSKcS2kqkaRFHGsxybpcsxaeojf0po1XGt2bGOl hQn5dulg2hoMbt81ZwYEZhs07RxLkw==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 20:10:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,162,1488873600"; d="scan'208";a="245643075" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 06 Apr 2017 20:10:53 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 20:10:53 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 20:10:53 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.178]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Fri, 7 Apr 2017 11:10:45 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" Thread-Topic: [patch] ShellPkg/SetVar: Fix typo in comments Thread-Index: AQHSr0s8n1nZ2afeeU+uC4coUEePyaG5Oj0A Date: Fri, 7 Apr 2017 03:10:44 +0000 Deferred-Delivery: Fri, 7 Apr 2017 03:10:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B91EC0E@SHSMSX104.ccr.corp.intel.com> References: <1491534067-55000-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1491534067-55000-1-git-send-email-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch] ShellPkg/SetVar: Fix typo in comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2017 03:10:54 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Bi, Dandan > Sent: Friday, April 7, 2017 11:01 AM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu > Subject: [patch] ShellPkg/SetVar: Fix typo in comments >=20 > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c > b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c > index 7cbe0d9..8fb918d 100644 > --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c > +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c > @@ -245,11 +245,11 @@ ParseParameterData ( } >=20 > /** > Function to get each data from parameters. >=20 > - @param[in] Pacakge The package of checked values. > + @param[in] Package The package of checked values. > @param[out] Buffer A pointer to a buffer to hold the = return data. > @param[out] BufferSize Indicates the size of data in byte= s return in > Buffer. >=20 > @retval EFI_INVALID_PARAMETER Buffer or BufferSize is NULL. > @retval EFI_OUT_OF_RESOURCES A memory allcation failed. > -- > 1.9.5.msysgit.1