synchronize the MdePkg/Include/Library/MemoryAllocationLib.h,PalLib.h the MDE_Library_Spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6660 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2008-11-21 06:34:54 +00:00
parent 05f89b17b8
commit 8789c5e05f
4 changed files with 30 additions and 8 deletions

View File

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