]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/Dependency/Dependency.c
MdeModulePkg PeiCore: Fix typos
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Dependency / Dependency.c
index 6ce610a028332e45f9f9248e32258bbc83c7937c..9a8353aef206788d9ec3e4139f695205c320d4a3 100644 (file)
@@ -5,7 +5,7 @@
   if a driver can be scheduled for execution.  The criteria for\r
   schedulability is that the dependency expression is satisfied.\r
 \r
-Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>\r
 SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
@@ -45,7 +45,7 @@ IsPpiInstalled (
   }\r
 \r
   //\r
-  // Copy the Guid into a locale variable so that there are no\r
+  // Copy the GUID into a local variable so that there are no\r
   // possibilities of alignment faults for cross-compilation\r
   // environments such as Intel?Itanium(TM).\r
   //\r
@@ -72,7 +72,7 @@ IsPpiInstalled (
 \r
   This is the POSTFIX version of the dependency evaluator.  When a\r
   PUSH [PPI GUID] is encountered, a pointer to the GUID is stored on\r
-  the evaluation stack.  When that entry is poped from the evaluation\r
+  the evaluation stack.  When that entry is popped from the evaluation\r
   stack, the PPI is checked if it is installed.  This method allows\r
   some time savings as not all PPIs must be checked for certain\r
   operation types (AND, OR).\r
@@ -123,7 +123,7 @@ PeimDispatchReadiness (
 \r
         //\r
         // Push the pointer to the PUSH opcode operator (pointer to PPI GUID)\r
-        // We will evaluate if the PPI is insalled on the POP operation.\r
+        // We will evaluate if the PPI is installed on the POP operation.\r
         //\r
         StackPtr->Operator = (VOID *) Iterator;\r
         Iterator = Iterator + sizeof (EFI_GUID);\r