MdeModulePkg PeiCore: Improve comment semantics
This patch clarifies wording in several PeiCore comments to improve reading comprehension. Cc: Dandan Bi <dandan.bi@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
d39d1260c6
commit
d3add11e87
@@ -1217,8 +1217,8 @@ PeiFfsGetVolumeInfo (
|
||||
);
|
||||
|
||||
/**
|
||||
This routine enable a PEIM to register itself to shadow when PEI Foundation
|
||||
discovery permanent memory.
|
||||
This routine enables a PEIM to register itself for shadow when the PEI Foundation
|
||||
discovers permanent memory.
|
||||
|
||||
@param FileHandle File handle of a PEIM.
|
||||
|
||||
@@ -1314,12 +1314,13 @@ ProcessFvFile (
|
||||
);
|
||||
|
||||
/**
|
||||
Get instance of PEI_CORE_FV_HANDLE for next volume according to given index.
|
||||
Gets a PEI_CORE_FV_HANDLE instance for the next volume according to the given index.
|
||||
|
||||
This routine also will install FvInfo PPI for FV HOB in PI ways.
|
||||
This routine also will install an instance of the FvInfo PPI for the FV HOB
|
||||
as defined in the PI specification.
|
||||
|
||||
@param Private Pointer of PEI_CORE_INSTANCE
|
||||
@param Instance The index of FV want to be searched.
|
||||
@param Instance Index of the FV to search
|
||||
|
||||
@return Instance of PEI_CORE_FV_HANDLE.
|
||||
**/
|
||||
|
Reference in New Issue
Block a user