]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/Page.c
MdeModulePkg/Core/PiSmmCore: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / Page.c
index 1f05bddcc0b80336dcb530d723c984cc96d77976..d886187d9a4a004313b5b757ebca6ce6f81201c2 100644 (file)
@@ -83,7 +83,7 @@ SmmInternalAllocatePagesEx (
   Please Note this algorithm to allocate the memory map descriptor has a property\r
   that the memory allocated for memory entries always grows, and will never really be freed.\r
 \r
-  @return The Memory map descriptor dequed from the mFreeMemoryMapEntryList\r
+  @return The Memory map descriptor dequeued from the mFreeMemoryMapEntryList\r
 \r
 **/\r
 MEMORY_MAP *\r
@@ -117,7 +117,7 @@ AllocateMemoryMapEntry (
       FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem;\r
       //DEBUG((DEBUG_INFO, "New FreeDescriptorEntries - 0x%x\n", FreeDescriptorEntries));\r
       //\r
-      // Enque the free memmory map entries into the list\r
+      // Enqueue the free memory map entries into the list\r
       //\r
       for (Index = 0; Index< RUNTIME_PAGE_ALLOCATION_GRANULARITY / sizeof(MEMORY_MAP); Index++) {\r
         FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE;\r