diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 08:30:16 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 08:30:16 +0000 |
commit | 484c77852ea2ba6ccc8e5c3b3ec4548588dd7f01 (patch) | |
tree | 9d127fa0e50900eea926ffe9752422ddaa1eb095 /MdePkg/Library/DxePcdLib | |
parent | bab52709d8329140d014b85319bf1d8bee6f62c0 (diff) | |
download | edk2-484c77852ea2ba6ccc8e5c3b3ec4548588dd7f01.tar.gz edk2-484c77852ea2ba6ccc8e5c3b3ec4548588dd7f01.tar.bz2 edk2-484c77852ea2ba6ccc8e5c3b3ec4548588dd7f01.zip |
Update minor comments for Smbus, PcdLib, PeiServicesLib library instance. And change UefiRuntimeLib instance type to UEFI_DRIVER according to MdeLib spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6495 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxePcdLib')
-rw-r--r-- | MdePkg/Library/DxePcdLib/DxePcdLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.c b/MdePkg/Library/DxePcdLib/DxePcdLib.c index 26e05edaf5..987a2e9165 100644 --- a/MdePkg/Library/DxePcdLib/DxePcdLib.c +++ b/MdePkg/Library/DxePcdLib/DxePcdLib.c @@ -956,8 +956,8 @@ LibPcdGetNextTokenSpace ( @param[in] Buffer A pointer to the buffer to used to set the target variable.
@return Return the pinter to the buffer been set.
- @retval NULL If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set
- to MaximumDatumSize and NULL must be returned.
+ @retval NULL If SizeOfBuffer is set to MAX_ADDRESS or larger than MaximumDatumSize,
+ then SizeOfBuffer must be set to MaximumDatumSize and NULL must be returned.
**/
VOID *
EFIAPI
|