summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeCoreMemoryAllocationLib
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 09:27:14 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 09:27:14 +0000
commit31771abd0b5123be01817828f774214f62d050a0 (patch)
tree9ab9a69f0b194b4662273e4647e7c850665b1230 /MdeModulePkg/Library/DxeCoreMemoryAllocationLib
parent204ba917bafa845fa32d71af653ff4c549225e08 (diff)
downloadedk2-31771abd0b5123be01817828f774214f62d050a0.zip
edk2-31771abd0b5123be01817828f774214f62d050a0.tar.gz
edk2-31771abd0b5123be01817828f774214f62d050a0.tar.bz2
synchronize the file with the MDE_Library_Spec and fixed some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6668 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeCoreMemoryAllocationLib')
-rw-r--r--MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c b/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
index be2c305..674e96c 100644
--- a/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
+++ b/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
@@ -414,9 +414,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.