summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 06:34:54 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 06:34:54 +0000
commit8789c5e05f3ee45c7831d101caa157b11df3b43b (patch)
treed6d55ece415851d37203490d617e4821bcfaf303 /MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
parent05f89b17b88f7356b8112593c2ad46feff9d755d (diff)
downloadedk2-8789c5e05f3ee45c7831d101caa157b11df3b43b.tar.gz
edk2-8789c5e05f3ee45c7831d101caa157b11df3b43b.tar.bz2
edk2-8789c5e05f3ee45c7831d101caa157b11df3b43b.zip
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
Diffstat (limited to 'MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c')
-rw-r--r--MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c b/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
index 5df1ce6cfb..a94a550886 100644
--- a/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
+++ b/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
@@ -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.