]> git.proxmox.com Git - mirror_edk2.git/commitdiff
synchronize the file with the MDE_Library_Spec and fixed some typo.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Nov 2008 09:27:14 +0000 (09:27 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Nov 2008 09:27:14 +0000 (09:27 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6668 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c

index be2c305c280f22593749b588232c7d5b4b6cf211..674e96c9832fd3747a26a37852743efa9e8651ff 100644 (file)
@@ -414,9 +414,9 @@ AllocateRuntimePool (
 }\r
 \r
 /**\r
-  Allocates a buffer of type EfieservedMemoryType.\r
+  Allocates a buffer of type EfiReservedMemoryType.\r
 \r
-  Allocates the number bytes specified by AllocationSize of type EfieservedMemoryType and returns\r
+  Allocates the number bytes specified by AllocationSize of type EfiReservedMemoryType and returns\r
   a pointer to the allocated buffer.  If AllocationSize is 0, then a valid buffer of 0 size is\r
   returned.  If there is not enough memory remaining to satisfy the request, then NULL is returned.\r
 \r