Fix some typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7160 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2008-12-31 06:06:57 +00:00
parent a388ec434a
commit 3fd8027ee5
7 changed files with 54 additions and 52 deletions

View File

@@ -205,7 +205,7 @@ PeiPcdGet64 (
@param[in] TokenNumber The PCD token number.
@return The pointer to the buffer to be retrived.
@return The pointer to the buffer to be retrieved.
**/
VOID *
@@ -402,7 +402,7 @@ PeiPcdGet64Ex (
@param[in] Guid The token space for the token number.
@param[in] ExTokenNumber The PCD token number.
@return The pointer to the buffer to be retrived.
@return The pointer to the buffer to be retrieved.
**/
VOID *
@@ -1091,7 +1091,7 @@ PeiPcdGetNextTokenSpace (
The max size of this PCD's value is described in PCD's definition in DEC file.
@param LocalTokenNumberTableIdx Index of PCD token number in PCD token table
@param MaxSize Maxmium size of PCD's value
@param MaxSize Maximum size of PCD's value
@param Database Pcd database in PEI phase.
@return PCD value's size for POINTER type PCD.
@@ -1162,11 +1162,11 @@ GetPtrTypeSize (
The max size of this PCD's value is described in PCD's definition in DEC file.
@param LocalTokenNumberTableIdx Index of PCD token number in PCD token table
@param CurrentSize Maxmium size of PCD's value
@param CurrentSize Maximum size of PCD's value
@param Database Pcd database in PEI phase.
@retval TRUE Success to set PCD's value size, which is not exceed maxmium size
@retval FALSE Fail to set PCD's value size, which maybe exceed maxmium size
@retval TRUE Success to set PCD's value size, which is not exceed maximum size
@retval FALSE Fail to set PCD's value size, which maybe exceed maximum size
**/
BOOLEAN