- inforamtion -> information - tempory -> temporary - immediatly -> immediately - permenent -> permanent
Cc: Maurice Ma <[email protected]> Cc: Prince Agyeman <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <[email protected]> --- CorebootModulePkg/SecCore/FindPeiCore.c | 2 +- CorebootModulePkg/SecCore/SecMain.c | 6 +++--- CorebootModulePkg/SecCore/SecMain.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CorebootModulePkg/SecCore/FindPeiCore.c b/CorebootModulePkg/SecCore/FindPeiCore.c index 4ce032e..1d49168 100644 --- a/CorebootModulePkg/SecCore/FindPeiCore.c +++ b/CorebootModulePkg/SecCore/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 BootFirmwareVolumePtr Point to the boot firmware volume. diff --git a/CorebootModulePkg/SecCore/SecMain.c b/CorebootModulePkg/SecCore/SecMain.c index 7ce0463..4fa5f21 100644 --- a/CorebootModulePkg/SecCore/SecMain.c +++ b/CorebootModulePkg/SecCore/SecMain.c @@ -57,7 +57,7 @@ SecStartupPhase2( @param SizeOfRam Size of the temporary memory available for use. - @param TempRamBase Base address of tempory ram + @param TempRamBase Base address of temporary ram @param BootFirmwareVolume Base address of the Boot Firmware Volume. **/ VOID @@ -276,8 +276,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, diff --git a/CorebootModulePkg/SecCore/SecMain.h b/CorebootModulePkg/SecCore/SecMain.h index 7bc991a..77036b2 100644 --- a/CorebootModulePkg/SecCore/SecMain.h +++ b/CorebootModulePkg/SecCore/SecMain.h @@ -91,7 +91,7 @@ SecTemporaryRamSupport ( the control is transferred to this function. @param SizeOfRam Size of the temporary memory available for use. - @param TempRamBase Base address of tempory ram + @param TempRamBase Base address of temporary ram @param BootFirmwareVolume Base address of the Boot Firmware Volume. **/ VOID @@ -105,7 +105,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 BootFirmwareVolumePtr Point to the boot firmware volume. -- 2.10.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

