From 4f0624e87a89afce8408a87997482b383e7ba131 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:14 +0800 Subject: EmbeddedPkg: Fix typos in comments - reseting -> resetting - stoping -> stopping - Libary -> Library - paramter -> parameter - availible -> available - availble -> available - proccessed -> processed Cc: Leif Lindholm Cc: Ard Biesheuvel Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c | 4 ++-- EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'EmbeddedPkg/Library/HalRuntimeServicesExampleLib') 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; -- cgit v1.2.3