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>
diff --git a/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c b/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
index 383eec9..e459ebc 100644
--- a/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
+++ b/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
@@ -189,7 +189,7 @@
 /**

   Get Protected mode code segment from current GDT table.

 

-  @returen  Protected mode code segment value.

+  @return  Protected mode code segment value.

 **/

 UINT16

 GetProtectedModeCS (

diff --git a/UefiCpuPkg/Library/MpInitLib/Microcode.c b/UefiCpuPkg/Library/MpInitLib/Microcode.c
index 5bb0145..982995b 100644
--- a/UefiCpuPkg/Library/MpInitLib/Microcode.c
+++ b/UefiCpuPkg/Library/MpInitLib/Microcode.c
@@ -35,7 +35,7 @@
 /**

   Detect whether specified processor can find matching microcode patch and load it.

 

-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data

+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.

 **/

 VOID

 MicrocodeDetect (

diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.h b/UefiCpuPkg/Library/MpInitLib/MpLib.h
index 9b0366e..165853d 100644
--- a/UefiCpuPkg/Library/MpInitLib/MpLib.h
+++ b/UefiCpuPkg/Library/MpInitLib/MpLib.h
@@ -512,7 +512,7 @@
 /**

   Detect whether specified processor can find matching microcode patch and load it.

 

-  @param[in] PeiCpuMpData        Pointer to PEI CPU MP Data

+  @param[in]  CpuMpData  The pointer to CPU MP Data structure.

 **/

 VOID

 MicrocodeDetect (

diff --git a/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c b/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
index dd0f1da..590f963 100644
--- a/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
+++ b/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
@@ -67,7 +67,7 @@
 /**

   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 @@
 /**

   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(