Coding style fix.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6237 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-10-26 10:06:58 +00:00
parent 589782135e
commit 2616448e98
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ LibPcdSet64 (
If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in,out] SizeOfBuffer The size, in bytes, of Buffer.
@param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
@param[in] Buffer Value A pointer to the buffer to set.
@return Return the pointer for the buffer been set.