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:
Thomas Huth
2016-09-09 13:33:09 -07:00
committed by Michael Kinney
parent f6c8e67db9
commit 3868d06d82
4 changed files with 15 additions and 15 deletions

View File

@@ -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);