IntelFspWrapperPkg: Fix typos in comments

- inforamtion -> information
- tempory -> temporary
- boundry -> boundary
- immediatly -> immediately
- permenent -> permanent

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
This commit is contained in:
Gary Lin 2016-10-19 15:01:18 +08:00 committed by Jiewen Yao
parent 13ca714cd2
commit b9ca25cb68
8 changed files with 11 additions and 11 deletions

View File

@ -146,7 +146,7 @@ FindImageBase (
/** /**
Find and return Pei Core entry point. 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. remote debug is enabled.
@param[in] BootFirmwareVolumePtr Point to the boot firmware volume. @param[in] BootFirmwareVolumePtr Point to the boot firmware volume.

View File

@ -61,7 +61,7 @@ SecStartupPhase2(
the control is transferred to this function. the control is transferred to this function.
@param[in] SizeOfRam Size of the temporary memory available for use. @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. @param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
**/ **/
VOID VOID

View File

@ -54,7 +54,7 @@ typedef struct _SEC_IDT_TABLE {
the control is transferred to this function. the control is transferred to this function.
@param[in] SizeOfRam Size of the temporary memory available for use. @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. @param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
**/ **/
VOID VOID
@ -68,7 +68,7 @@ SecStartup (
/** /**
Find and return Pei Core entry point. 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. remote debug is enabled.
@param[in] BootFirmwareVolumePtr Point to the boot firmware volume. @param[in] BootFirmwareVolumePtr Point to the boot firmware volume.

View File

@ -112,7 +112,7 @@ RelocateImageUnder4GIfNeeded (
ASSERT_EFI_ERROR (Status); ASSERT_EFI_ERROR (Status);
ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)FfsBuffer; ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)FfsBuffer;
// //
// Align buffer on section boundry // Align buffer on section boundary
// //
ImageContext.ImageAddress += ImageContext.SectionAlignment - 1; ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;
ImageContext.ImageAddress &= ~((EFI_PHYSICAL_ADDRESS)(ImageContext.SectionAlignment - 1)); ImageContext.ImageAddress &= ~((EFI_PHYSICAL_ADDRESS)(ImageContext.SectionAlignment - 1));

View File

@ -146,7 +146,7 @@ FindImageBase (
/** /**
Find and return Pei Core entry point. 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. remote debug is enabled.
@param[in] BootFirmwareVolumePtr Point to the boot firmware volume. @param[in] BootFirmwareVolumePtr Point to the boot firmware volume.

View File

@ -52,7 +52,7 @@ SecStartupPhase2(
the control is transferred to this function. the control is transferred to this function.
@param[in] SizeOfRam Size of the temporary memory available for use. @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. @param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
**/ **/
VOID VOID

View File

@ -53,7 +53,7 @@ typedef struct _SEC_IDT_TABLE {
the control is transferred to this function. the control is transferred to this function.
@param[in] SizeOfRam Size of the temporary memory available for use. @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. @param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
**/ **/
VOID VOID
@ -67,7 +67,7 @@ SecStartup (
/** /**
Find and return Pei Core entry point. 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. remote debug is enabled.
@param[in] BootFirmwareVolumePtr Point to the boot firmware volume. @param[in] BootFirmwareVolumePtr Point to the boot firmware volume.

View File

@ -139,8 +139,8 @@ SecTemporaryRamSupport (
// //
// SecSwitchStack function must be invoked after the memory migration // SecSwitchStack function must be invoked after the memory migration
// immediatly, also we need fixup the stack change caused by new call into // immediately, also we need fixup the stack change caused by new call into
// permenent memory. // permanent memory.
// //
SecSwitchStack ( SecSwitchStack (
(UINT32) (UINTN) OldStack, (UINT32) (UINTN) OldStack,