MdePkg: Fix some typing errors
Correct the typos in some files of MdePkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
committed by
Michael Kinney
parent
f6c8e67db9
commit
3868d06d82
@@ -175,7 +175,7 @@ ExtractGuidedSectionRegisterHandlers (
|
||||
EXTRACT_GUIDED_SECTION_HANDLER_INFO *HandlerInfo;
|
||||
|
||||
//
|
||||
// Check input paramter
|
||||
// Check input parameter
|
||||
//
|
||||
ASSERT (SectionGuid != NULL);
|
||||
ASSERT (GetInfoHandler != NULL);
|
||||
@@ -270,7 +270,7 @@ ExtractGuidedSectionGetInfo (
|
||||
EFI_GUID *SectionDefinitionGuid;
|
||||
|
||||
//
|
||||
// Check input paramter
|
||||
// Check input parameter
|
||||
//
|
||||
ASSERT (InputSection != NULL);
|
||||
ASSERT (OutputBufferSize != NULL);
|
||||
@@ -449,7 +449,7 @@ ExtractGuidedSectionGetHandlers (
|
||||
EXTRACT_GUIDED_SECTION_HANDLER_INFO *HandlerInfo;
|
||||
|
||||
//
|
||||
// Check input paramter
|
||||
// Check input parameter
|
||||
//
|
||||
ASSERT (SectionGuid != NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user