summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorHao Wu <hao.a.wu@intel.com>2015-07-15 03:15:49 +0000
committerhwu1225 <hwu1225@Edk2>2015-07-15 03:15:49 +0000
commitc8c2815802f335fd6cfe971d984762e479142879 (patch)
tree6c1b785be675ab05e6d4497529549c23c2eb06c2 /MdePkg
parent3f6d5100dc0c3d9635f1fbd76ed611ce465e2dc1 (diff)
downloadedk2-platforms-c8c2815802f335fd6cfe971d984762e479142879.tar.xz
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 <hao.a.wu@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17984 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Ppi/MpServices.h2
1 files changed, 1 insertions, 1 deletions
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.