summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Library/HalRuntimeServicesExampleLib
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/HalRuntimeServicesExampleLib
parentd0d8a17d4a91ab860f7db69b7fc9eeec240265b9 (diff)
downloadedk2-platforms-4f0624e87a89afce8408a87997482b383e7ba131.tar.xz
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/HalRuntimeServicesExampleLib')
-rw-r--r--EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c4
-rw-r--r--EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c b/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c
index ec89cfdeec..0b1e6b0862 100644
--- a/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c
+++ b/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c
@@ -120,7 +120,7 @@ Returns:
}
//
- //Assume that capsules have the same flags on reseting or not.
+ //Assume that capsules have the same flags on resetting or not.
//
CapsuleHeader = CapsuleHeaderArray[0];
@@ -253,7 +253,7 @@ Returns:
SupportCapsuleSize(&MaxSizePopulate,&MaxSizeNonPopulate);
//
- //Assume that capsules have the same flags on reseting or not.
+ //Assume that capsules have the same flags on resetting or not.
//
CapsuleHeader = CapsuleHeaderArray[0];
if ((CapsuleHeader->Flags & CAPSULE_FLAGS_PERSIST_ACROSS_RESET) != 0) {
diff --git a/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c b/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c
index c35d72c03c..9e2b2e3805 100644
--- a/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c
+++ b/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c
@@ -584,7 +584,7 @@ libGetWakeupTime (
UINT8 Century;
//
- // Check paramters for null pointers
+ // Check parameters for null pointers
//
if ((Enabled == NULL) || (Pending == NULL) || (Time == NULL)) {
return EFI_INVALID_PARAMETER;