diff options
Diffstat (limited to 'EmbeddedPkg/Library/HalRuntimeServicesExampleLib')
-rw-r--r-- | EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c | 4 | ||||
-rw-r--r-- | EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c | 2 |
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;
|