]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/Dependency.c
MdeModulePkg/Core/PiSmmCore: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / Dependency.c
index dfd4537f846a3d1bd693dc4e79867049661488b8..1167807b151bdf40976dce6d31da42125efd52e6 100644 (file)
@@ -192,7 +192,7 @@ SmmIsSchedulable (
   if (DriverEntry->Depex == NULL) {\r
     //\r
     // A NULL Depex means that the SMM driver is not built correctly.\r
-    // All SMM drivers must have a valid depex expressiion.\r
+    // All SMM drivers must have a valid depex expression.\r
     //\r
     DEBUG ((DEBUG_DISPATCH, "  RESULT = FALSE (Depex is empty)\n"));\r
     ASSERT (FALSE);\r
@@ -371,7 +371,7 @@ SmmIsSchedulable (
     // The math is done out of order, but it should not matter. That is\r
     // we may add in the sizeof (EFI_GUID) before we account for the OP Code.\r
     // This is not an issue, since we just need the correct end result. You\r
-    // need to be careful using Iterator in the loop as it's intermediate value\r
+    // need to be careful using Iterator in the loop as its intermediate value\r
     // may be strange.\r
     //\r
     Iterator++;\r