From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B7C401A1E4F for ; Wed, 19 Oct 2016 00:08:26 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 19 Oct 2016 00:08:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="1055953102" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 19 Oct 2016 00:08:26 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 00:08:25 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) 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:08:25 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.139]) with mapi id 14.03.0248.002; Wed, 19 Oct 2016 15:08:23 +0800 From: "Yao, Jiewen" To: Gary Lin , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 13/33] IntelFspWrapperPkg: Fix typos in comments Thread-Index: AQHSKdbf6mve+KBMb0O5tCa8Fv/kfaCvW2rA Date: Wed, 19 Oct 2016 07:08:23 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386B3C62@shsmsx102.ccr.corp.intel.com> References: <20161019070138.16424-1-glin@suse.com> <20161019070138.16424-14-glin@suse.com> In-Reply-To: <20161019070138.16424-14-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 13/33] IntelFspWrapperPkg: Fix typos in comments 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:08:26 -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: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Gary Lin > Sent: Wednesday, October 19, 2016 3:01 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen > Subject: [edk2] [PATCH 13/33] IntelFspWrapperPkg: Fix typos in comments >=20 > - inforamtion -> information > - tempory -> temporary > - boundry -> boundary > - immediatly -> immediately > - permenent -> permanent >=20 > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Gary Lin > --- > IntelFspWrapperPkg/FspInitPei/FindPeiCore.c > | 2 +- > IntelFspWrapperPkg/FspInitPei/SecMain.c > | 2 +- > IntelFspWrapperPkg/FspInitPei/SecMain.h > | 4 ++-- > IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c > | 2 +- > IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c > | 2 +- > IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c > | 2 +- > IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h > | 4 ++-- >=20 > IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamS > upport.c | 4 ++-- > 8 files changed, 11 insertions(+), 11 deletions(-) >=20 > diff --git a/IntelFspWrapperPkg/FspInitPei/FindPeiCore.c > b/IntelFspWrapperPkg/FspInitPei/FindPeiCore.c > index ce003d0..068465a 100644 > --- a/IntelFspWrapperPkg/FspInitPei/FindPeiCore.c > +++ b/IntelFspWrapperPkg/FspInitPei/FindPeiCore.c > @@ -146,7 +146,7 @@ FindImageBase ( > /** > Find and return Pei Core entry point. >=20 > - It also find SEC and PEI Core file debug inforamtion. It will report t= hem if > + It also find SEC and PEI Core file debug information. It will report t= hem if > remote debug is enabled. >=20 > @param[in] BootFirmwareVolumePtr Point to the boot firmware > volume. > diff --git a/IntelFspWrapperPkg/FspInitPei/SecMain.c > b/IntelFspWrapperPkg/FspInitPei/SecMain.c > index 4d0878a..e4f397a 100644 > --- a/IntelFspWrapperPkg/FspInitPei/SecMain.c > +++ b/IntelFspWrapperPkg/FspInitPei/SecMain.c > @@ -61,7 +61,7 @@ SecStartupPhase2( > the control is transferred to this function. >=20 > @param[in] SizeOfRam Size of the temporary memory > available for use. > - @param[in] TempRamBase Base address of tempory ram > + @param[in] TempRamBase Base address of temporary ram > @param[in] BootFirmwareVolume Base address of the Boot Firmware > Volume. > **/ > VOID > diff --git a/IntelFspWrapperPkg/FspInitPei/SecMain.h > b/IntelFspWrapperPkg/FspInitPei/SecMain.h > index fc20397..66c53de 100644 > --- a/IntelFspWrapperPkg/FspInitPei/SecMain.h > +++ b/IntelFspWrapperPkg/FspInitPei/SecMain.h > @@ -54,7 +54,7 @@ typedef struct _SEC_IDT_TABLE { > the control is transferred to this function. >=20 > @param[in] SizeOfRam Size of the temporary memory > available for use. > - @param[in] TempRamBase Base address of tempory ram > + @param[in] TempRamBase Base address of temporary ram > @param[in] BootFirmwareVolume Base address of the Boot Firmware > Volume. > **/ > VOID > @@ -68,7 +68,7 @@ SecStartup ( > /** > Find and return Pei Core entry point. >=20 > - It also find SEC and PEI Core file debug inforamtion. It will report t= hem if > + It also find SEC and PEI Core file debug information. It will report t= hem if > remote debug is enabled. >=20 > @param[in] BootFirmwareVolumePtr Point to the boot firmware > volume. > diff --git a/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c > b/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c > index d39164e..6f06e24 100644 > --- a/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c > +++ b/IntelFspWrapperPkg/FspNotifyDxe/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)); > diff --git a/IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c > b/IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c > index ce003d0..068465a 100644 > --- a/IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c > +++ b/IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c > @@ -146,7 +146,7 @@ FindImageBase ( > /** > Find and return Pei Core entry point. >=20 > - It also find SEC and PEI Core file debug inforamtion. It will report t= hem if > + It also find SEC and PEI Core file debug information. It will report t= hem if > remote debug is enabled. >=20 > @param[in] BootFirmwareVolumePtr Point to the boot firmware > volume. > diff --git a/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c > b/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c > index f441725..fc271e2 100644 > --- a/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c > +++ b/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c > @@ -52,7 +52,7 @@ SecStartupPhase2( > the control is transferred to this function. >=20 > @param[in] SizeOfRam Size of the temporary memory > available for use. > - @param[in] TempRamBase Base address of tempory ram > + @param[in] TempRamBase Base address of temporary ram > @param[in] BootFirmwareVolume Base address of the Boot Firmware > Volume. > **/ > VOID > diff --git a/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h > b/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h > index afaadfe..de82221 100644 > --- a/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h > +++ b/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h > @@ -53,7 +53,7 @@ typedef struct _SEC_IDT_TABLE { > the control is transferred to this function. >=20 > @param[in] SizeOfRam Size of the temporary memory > available for use. > - @param[in] TempRamBase Base address of tempory ram > + @param[in] TempRamBase Base address of temporary ram > @param[in] BootFirmwareVolume Base address of the Boot Firmware > Volume. > **/ > VOID > @@ -67,7 +67,7 @@ SecStartup ( > /** > Find and return Pei Core entry point. >=20 > - It also find SEC and PEI Core file debug inforamtion. It will report t= hem if > + It also find SEC and PEI Core file debug information. It will report t= hem if > remote debug is enabled. >=20 > @param[in] BootFirmwareVolumePtr Point to the boot firmware > volume. > diff --git > a/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRa > mSupport.c > b/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRa > mSupport.c > index 7f7a6af..06b3ea6 100644 > --- > a/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRa > mSupport.c > +++ > b/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRa > mSupport.c > @@ -139,8 +139,8 @@ SecTemporaryRamSupport ( >=20 > // > // SecSwitchStack function must be invoked after the memory migration > - // immediatly, also we need fixup the stack change caused by new call > into > - // permenent memory. > + // immediately, also we need fixup the stack change caused by new call > into > + // permanent memory. > // > SecSwitchStack ( > (UINT32) (UINTN) OldStack, > -- > 2.10.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel