MdeModulePkg/Core/Pei: Fix various typos
Fix various typos in comments and documentation. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-17-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
b854b07540
commit
93b8ed68dd
@ -282,7 +282,7 @@ struct _PEI_CORE_INSTANCE {
|
||||
EFI_PHYSICAL_ADDRESS LoadModuleAtFixAddressTopAddress;
|
||||
//
|
||||
// The field is define for Loading modules at fixed address feature to tracker the PEI code
|
||||
// memory range usage. It is a bit mapped array in which every bit indicates the correspoding memory page
|
||||
// memory range usage. It is a bit mapped array in which every bit indicates the corresponding memory page
|
||||
// available or not.
|
||||
//
|
||||
UINT64 *PeiCodeMemoryRangeUsageBitMap;
|
||||
@ -555,7 +555,7 @@ PeiLocatePpi (
|
||||
|
||||
@retval EFI_SUCCESS if successful
|
||||
@retval EFI_OUT_OF_RESOURCES if no space in the database
|
||||
@retval EFI_INVALID_PARAMETER if not a good decriptor
|
||||
@retval EFI_INVALID_PARAMETER if not a good descriptor
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
Reference in New Issue
Block a user