summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/BaseLib.h
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/Include/Library/BaseLib.h
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/Include/Library/BaseLib.h')
-rw-r--r--MdePkg/Include/Library/BaseLib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h
index d7c96a1a62..ae14cc72ea 100644
--- a/MdePkg/Include/Library/BaseLib.h
+++ b/MdePkg/Include/Library/BaseLib.h
@@ -632,7 +632,7 @@ StrHexToUint64 (
@param Source Pointer to a Null-terminated Unicode string.
@param Destination Pointer to a Null-terminated ASCII string.
- @reture Destination
+ @return Destination
**/
CHAR8 *
@@ -1802,7 +1802,7 @@ GetPowerOfTwo64 (
from little endian to big endian or vice versa. The byte swapped value is
returned.
- @param Operand A 16-bit unsigned value.
+ @param Value Operand A 16-bit unsigned value.
@return The byte swaped Operand.
@@ -1821,7 +1821,7 @@ SwapBytes16 (
from little endian to big endian or vice versa. The byte swapped value is
returned.
- @param Operand A 32-bit unsigned value.
+ @param Value Operand A 32-bit unsigned value.
@return The byte swaped Operand.
@@ -1840,7 +1840,7 @@ SwapBytes32 (
from little endian to big endian or vice versa. The byte swapped value is
returned.
- @param Operand A 64-bit unsigned value.
+ @param Value Operand A 64-bit unsigned value.
@return The byte swaped Operand.