summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:14 +0800
committerLeif Lindholm <leif.lindholm@linaro.org>2016-10-19 16:31:58 +0100
commit4f0624e87a89afce8408a87997482b383e7ba131 (patch)
tree2bf04e5329b4c77a010f63ad8c2a36d8ad107257 /EmbeddedPkg/Library/PrePiExtractGuidedSectionLib
parentd0d8a17d4a91ab860f7db69b7fc9eeec240265b9 (diff)
downloadedk2-4f0624e87a89afce8408a87997482b383e7ba131.tar.gz
edk2-4f0624e87a89afce8408a87997482b383e7ba131.tar.bz2
edk2-4f0624e87a89afce8408a87997482b383e7ba131.zip
EmbeddedPkg: Fix typos in comments
- reseting -> resetting - stoping -> stopping - Libary -> Library - paramter -> parameter - availible -> available - availble -> available - proccessed -> processed Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Library/PrePiExtractGuidedSectionLib')
-rw-r--r--EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.c b/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.c
index cee15c4be2..7b08de8ab9 100644
--- a/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.c
+++ b/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.c
@@ -53,7 +53,7 @@ ExtractGuidedSectionRegisterHandlers (
PRE_PI_EXTRACT_GUIDED_SECTION_DATA *SavedData;
UINT32 Index;
//
- // Check input paramter.
+ // Check input parameter.
//
if (SectionGuid == NULL) {
return RETURN_INVALID_PARAMETER;