Fix typo in comment.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5108 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-04-22 05:16:14 +00:00
parent 7dd8b919e8
commit 2a254b9046
8 changed files with 51 additions and 46 deletions

View File

@@ -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.