UefiCpuPkg/MpInitLib: Fix function header comments typo

Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
Jeff Fan
2016-08-24 22:12:52 +08:00
parent d11f10d1e0
commit b31c1ad11e
4 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ SaveCpuMpData (
/**
Get available system memory below 1MB by specified size.
@param[in] PeiCpuMpData Pointer to PEI CPU MP Data
@param[in] CpuMpData The pointer to CPU MP Data structure.
**/
VOID
BackupAndPrepareWakeupBuffer(
@@ -89,7 +89,7 @@ BackupAndPrepareWakeupBuffer(
/**
Restore wakeup buffer data.
@param[in] PeiCpuMpData Pointer to PEI CPU MP Data
@param[in] CpuMpData The pointer to CPU MP Data structure.
**/
VOID
RestoreWakeupBuffer(