From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 483B21A1E4F for ; Wed, 19 Oct 2016 00:12:00 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 19 Oct 2016 00:12:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="1046804170" Received: from orsmsx105.amr.corp.intel.com ([10.22.225.132]) by orsmga001.jf.intel.com with ESMTP; 19 Oct 2016 00:12:00 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.161]) by ORSMSX105.amr.corp.intel.com ([10.22.225.132]) with mapi id 14.03.0248.002; Wed, 19 Oct 2016 00:11:59 -0700 From: "Mudusuru, Giri P" To: Gary Lin , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" Thread-Topic: [PATCH 15/33] IntelFsp2WrapperPkg: Fix a typo in the comment Thread-Index: AQHSKdbdAsiSmZy/pECQRdnAOaNHVKCvXG3A Date: Wed, 19 Oct 2016 07:11:58 +0000 Message-ID: <4666AEFED60F8E4198B42BB01DCEABDF76F17B3B@ORSMSX113.amr.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: en-US, hi-IN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.139] 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:12:00 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Giri P Mudusuru =20 > -----Original Message----- > From: Gary Lin [mailto:glin@suse.com] > Sent: Wednesday, October 19, 2016 12:01 AM > 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