From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A46D71A1E72 for ; Wed, 19 Oct 2016 00:07:37 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 19 Oct 2016 00:07:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="181339860" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 19 Oct 2016 00:07:37 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 00:07:36 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 00:07:36 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Wed, 19 Oct 2016 15:07:32 +0800 From: "Yao, Jiewen" To: Gary Lin , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 15/33] IntelFsp2WrapperPkg: Fix a typo in the comment Thread-Index: AQHSKdbd/hg9x++rqUaPYdS7j7mL+KCvWxVQ Date: Wed, 19 Oct 2016 07:07:31 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386B3C4E@shsmsx102.ccr.corp.intel.com> References: <20161019070138.16424-1-glin@suse.com> <20161019070138.16424-16-glin@suse.com> In-Reply-To: <20161019070138.16424-16-glin@suse.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 15/33] IntelFsp2WrapperPkg: Fix a typo in the comment X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 07:07:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: jiewen.yao@intel.com > -----Original Message----- > From: Gary Lin [mailto:glin@suse.com] > Sent: Wednesday, October 19, 2016 3:01 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Mudusuru, Giri P > > Subject: [PATCH 15/33] IntelFsp2WrapperPkg: Fix a typo in the comment >=20 > - boundry -> boundary >=20 > Cc: Jiewen Yao > Cc: Giri P Mudusuru > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Gary Lin > --- > IntelFsp2WrapperPkg/FspWrapperNotifyDxe/LoadBelow4G.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/LoadBelow4G.c > b/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/LoadBelow4G.c > index c073703..ff2f563 100644 > --- a/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/LoadBelow4G.c > +++ b/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/LoadBelow4G.c > @@ -112,7 +112,7 @@ RelocateImageUnder4GIfNeeded ( > ASSERT_EFI_ERROR (Status); > ImageContext.ImageAddress =3D (PHYSICAL_ADDRESS)(UINTN)FfsBuffer; > // > - // Align buffer on section boundry > + // Align buffer on section boundary > // > ImageContext.ImageAddress +=3D ImageContext.SectionAlignment - 1; > ImageContext.ImageAddress &=3D > ~((EFI_PHYSICAL_ADDRESS)(ImageContext.SectionAlignment - 1)); > -- > 2.10.1