]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/PrePiMemoryAllocationLib/MemoryAllocationLib.c
EmbeddedPkg: Fix various typos
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiMemoryAllocationLib / MemoryAllocationLib.c
index 7ce71c27cb8ccb8ce9c3c5257b22e3307587b24e..6d233acb98d73c3e8352a4144159a89020355ee0 100644 (file)
@@ -180,7 +180,7 @@ AllocatePool (
   // Verify that there is sufficient memory to satisfy the allocation\r
   //\r
   if (AllocationSize > 0x10000) {\r
-    // Please call AllcoatePages for big allocations\r
+    // Please call AllocatePages for big allocations\r
     return 0;\r
   } else {\r
 \r