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
This commit is contained in:
lgao4
2008-11-13 08:30:16 +00:00
parent bab52709d8
commit 484c77852e
5 changed files with 10 additions and 15 deletions

View File

@@ -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