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:
@@ -1119,7 +1119,7 @@ PeiRegisterForShadow (
|
||||
@param OldCoreData Pointer to Old PeiCore's private data.
|
||||
If NULL, PeiCore is entered at first time, stack/heap in temporary memory.
|
||||
If not NULL, PeiCore is entered at second time, stack/heap has been moved
|
||||
to permenent memory.
|
||||
to permanent memory.
|
||||
|
||||
**/
|
||||
VOID
|
||||
@@ -1732,7 +1732,7 @@ extern EFI_PEI_PCI_CFG2_PPI gPeiDefaultPciCfg2Ppi;
|
||||
/**
|
||||
After PeiCore image is shadowed into permanent memory, all build-in FvPpi should
|
||||
be re-installed with the instance in permanent memory and all cached FvPpi pointers in
|
||||
PrivateData->Fv[] array should be fixed up to be pointed to the one in permenant
|
||||
PrivateData->Fv[] array should be fixed up to be pointed to the one in permanent
|
||||
memory.
|
||||
|
||||
@param PrivateData Pointer to PEI_CORE_INSTANCE.
|
||||
|
Reference in New Issue
Block a user