MdeModulePkg/Core: Fix typos in comments
- paramters -> parameters - funciton -> function - dependecy -> dependency - evauated -> evaluated - genric -> generic - retore -> restore - Protocl -> Protocol - availible -> available - elasped -> elapsed - sarted -> started - boundry -> boundary - permenent -> permanent - debuging -> debugging - availble -> available Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -218,7 +218,7 @@ PeiCore (
|
||||
SetPeiServicesTablePointer ((CONST EFI_PEI_SERVICES **)&OldCoreData->Ps);
|
||||
|
||||
//
|
||||
// Update HandOffHob for new installed permenent memory
|
||||
// Update HandOffHob for new installed permanent memory
|
||||
//
|
||||
HandoffInformationTable = OldCoreData->HobList.HandoffInformationTable;
|
||||
if (OldCoreData->HeapOffsetPositive) {
|
||||
@@ -238,7 +238,7 @@ PeiCore (
|
||||
|
||||
//
|
||||
// After the whole temporary memory is migrated, then we can allocate page in
|
||||
// permenent memory.
|
||||
// permanent memory.
|
||||
//
|
||||
OldCoreData->PeiMemoryInstalled = TRUE;
|
||||
|
||||
|
Reference in New Issue
Block a user