From c8c2815802f335fd6cfe971d984762e479142879 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Wed, 15 Jul 2015 03:15:49 +0000 Subject: [PATCH] MdePkg: Fix a comment typo in Include/Ppi/MpServices.h The summary of EFI_PEI_MP_SERVICES_WHOAMI is modified to show the correct description of this service. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu Reviewed-by: Jeff Fan git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17984 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ppi/MpServices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/Ppi/MpServices.h b/MdePkg/Include/Ppi/MpServices.h index a96baf7f55..2c21d6469d 100644 --- a/MdePkg/Include/Ppi/MpServices.h +++ b/MdePkg/Include/Ppi/MpServices.h @@ -242,7 +242,7 @@ EFI_STATUS ); /** - Enable or disable an application processor. + Identify the currently executing processor. @param[in] PeiServices An indirect pointer to the PEI Services Table published by the PEI Foundation. -- 2.39.2