mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
3f6d5100dc
commit
c8c2815802
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue