X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FLibrary%2FHalRuntimeServicesExampleLib%2FCapsule.c;h=0b1e6b086235bb2c39b114b459c0c1b50f6838a1;hp=ec89cfdeec19084db04f86da2cfd9804d80798d3;hb=4f0624e87a89afce8408a87997482b383e7ba131;hpb=d0d8a17d4a91ab860f7db69b7fc9eeec240265b9 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) {