summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxePcdLib/DxePcdLib.c
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-22 05:16:14 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-22 05:16:14 +0000
commit2a254b9046b5f33d0495a3e28deaff48cc64a76e (patch)
tree295e71b482807bb03720693fc2286843237216a5 /MdePkg/Library/DxePcdLib/DxePcdLib.c
parent7dd8b919e8c7b8b63df22e13782af3b7e085f87f (diff)
downloadedk2-platforms-2a254b9046b5f33d0495a3e28deaff48cc64a76e.tar.xz
Fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5108 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxePcdLib/DxePcdLib.c')
-rw-r--r--MdePkg/Library/DxePcdLib/DxePcdLib.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.c b/MdePkg/Library/DxePcdLib/DxePcdLib.c
index 98882d4166..10d6a20381 100644
--- a/MdePkg/Library/DxePcdLib/DxePcdLib.c
+++ b/MdePkg/Library/DxePcdLib/DxePcdLib.c
@@ -89,7 +89,7 @@ LibPcdSetSku (
/**
Returns the 8-bit value for the token specified by TokenNumber.
- @param[in] The PCD token number to retrieve a current value for.
+ @param[in] TokenNumber The PCD token number to retrieve a current value for.
@retval UINT8 Returns the 8-bit value for the token specified by TokenNumber.
@@ -108,7 +108,7 @@ LibPcdGet8 (
/**
Returns the 16-bit value for the token specified by TokenNumber.
- @param[in] The PCD token number to retrieve a current value for.
+ @param[in] TokenNumber The PCD token number to retrieve a current value for.
@retval UINT16 Returns the 16-bit value for the token specified by TokenNumber.
@@ -517,9 +517,9 @@ LibPcdSet64 (
If SizeOfValue > 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] Value A pointer to the buffer to set.
+ @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] Buffer A pointer to the buffer to set.
@retval VOID* Return the pointer for the buffer been set.
@@ -557,7 +557,7 @@ LibPcdSetPtr (
to the value specified by Value. Value is returned.
@param[in] TokenNumber The PCD token number to set a current value for.
- @param[in] Value The boolean value to set.
+ @param[in] Value The boolean value to set.
@retval BOOLEAN Return the value been set.
@@ -875,10 +875,10 @@ LibPcdCancelCallback (
token number in the token space, then 0 is returned. If TokenNumber is not 0 and
is not in the token space specified by Guid, then ASSERT().
- @param[in] Pointer to a 128-bit unique value that designates which namespace
- to set a value from. If NULL, then the default token space is used.
- @param[in] The previous PCD token number. If 0, then retrieves the first PCD
- token number.
+ @param[in] Guid Pointer to a 128-bit unique value that designates which namespace
+ to set a value from. If NULL, then the default token space is used.
+ @param[in] TokenNumber The previous PCD token number. If 0, then retrieves the first PCD
+ token number.
@retval UINTN The next valid token number.
@@ -912,8 +912,8 @@ LibPcdGetNextToken (
- @param[in] Pointer to a 128-bit unique value that designates from which namespace
- to start the search.
+ @param[in] Guid Pointer to a 128-bit unique value that designates from which namespace
+ to start the search.
@retval CONST GUID * The next valid token namespace.