From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5]) (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 A7CC01A1EE4 for ; Wed, 19 Oct 2016 00:02:55 -0700 (PDT) Received: from GaryWorkstation.apac.novell.com (ip-203-192-156-9.asianetcom.net [203.192.156.9]) by smtp.nue.novell.com with ESMTP (NOT encrypted); Wed, 19 Oct 2016 09:02:51 +0200 From: Gary Lin To: edk2-devel@lists.01.org Cc: Jiewen Yao Date: Wed, 19 Oct 2016 15:01:18 +0800 Message-Id: <20161019070138.16424-14-glin@suse.com> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20161019070138.16424-1-glin@suse.com> References: <20161019070138.16424-1-glin@suse.com> Subject: [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:02:56 -0000 - inforamtion -> information - tempory -> temporary - boundry -> boundary - immediatly -> immediately - permenent -> permanent 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 ++-- IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamSupport.c | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) 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. - It also find SEC and PEI Core file debug inforamtion. It will report them if + It also find SEC and PEI Core file debug information. It will report them if remote debug is enabled. @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. @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. @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. - It also find SEC and PEI Core file debug inforamtion. It will report them if + It also find SEC and PEI Core file debug information. It will report them if remote debug is enabled. @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 = (PHYSICAL_ADDRESS)(UINTN)FfsBuffer; // - // Align buffer on section boundry + // Align buffer on section boundary // ImageContext.ImageAddress += ImageContext.SectionAlignment - 1; ImageContext.ImageAddress &= ~((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. - It also find SEC and PEI Core file debug inforamtion. It will report them if + It also find SEC and PEI Core file debug information. It will report them if remote debug is enabled. @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. @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. @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. - It also find SEC and PEI Core file debug inforamtion. It will report them if + It also find SEC and PEI Core file debug information. It will report them if remote debug is enabled. @param[in] BootFirmwareVolumePtr Point to the boot firmware volume. diff --git a/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamSupport.c b/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamSupport.c index 7f7a6af..06b3ea6 100644 --- a/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamSupport.c +++ b/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamSupport.c @@ -139,8 +139,8 @@ SecTemporaryRamSupport ( // // 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