summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2016-09-09 13:33:09 -0700
committerMichael Kinney <michael.d.kinney@intel.com>2016-10-07 18:05:37 -0700
commit3868d06d8209d4907c0c6b6f5ec690aebb8b5971 (patch)
tree267186cd8242e80de83975da0cc895dd61899be7 /MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
parentf6c8e67db9233562fd3ddc6bf7d23f0bb5fb115b (diff)
downloadedk2-3868d06d8209d4907c0c6b6f5ec690aebb8b5971.tar.gz
edk2-3868d06d8209d4907c0c6b6f5ec690aebb8b5971.tar.bz2
edk2-3868d06d8209d4907c0c6b6f5ec690aebb8b5971.zip
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>
Diffstat (limited to 'MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c')
-rw-r--r--MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
index 3a12cb1408..28996f310b 100644
--- a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
+++ b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
@@ -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);