summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-26 10:06:58 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-26 10:06:58 +0000
commit2616448e98894f1d3e922d880fc3f54c9db7df08 (patch)
treef228c718706100c05420298c171c428501b29da8
parent589782135e770115c569088ff8079ee92077ef38 (diff)
downloadedk2-platforms-2616448e98894f1d3e922d880fc3f54c9db7df08.tar.xz
Coding style fix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6237 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Library/PcdLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/PcdLib.h b/MdePkg/Include/Library/PcdLib.h
index 858c863749..a7013ca402 100644
--- a/MdePkg/Include/Library/PcdLib.h
+++ b/MdePkg/Include/Library/PcdLib.h
@@ -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.