summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2017-11-01 09:36:53 +0800
committerEric Dong <eric.dong@intel.com>2017-11-02 09:24:05 +0800
commit9fcea11473e318d8fc5c61274ceffcbbdc822db1 (patch)
tree2d49bfb7bba67fa56b061931e2a32bb414d3e21c /UefiCpuPkg
parente90153cbbf8fd671062db6fce570b2aa109b019c (diff)
downloadedk2-9fcea11473e318d8fc5c61274ceffcbbdc822db1.zip
edk2-9fcea11473e318d8fc5c61274ceffcbbdc822db1.tar.gz
edk2-9fcea11473e318d8fc5c61274ceffcbbdc822db1.tar.bz2
UefiCpuPkg/MpInitLib:Make function comments align with function
Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com>
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r--UefiCpuPkg/Library/MpInitLib/MpLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.c b/UefiCpuPkg/Library/MpInitLib/MpLib.c
index 18060fd..61b14c9 100644
--- a/UefiCpuPkg/Library/MpInitLib/MpLib.c
+++ b/UefiCpuPkg/Library/MpInitLib/MpLib.c
@@ -536,7 +536,7 @@ InitializeApData (
This function will be called from AP reset code if BSP uses WakeUpAP.
@param[in] ExchangeInfo Pointer to the MP exchange info buffer
- @param[in] NumApsExecuting Number of current executing AP
+ @param[in] ApIndex Number of current executing AP
**/
VOID
EFIAPI