diff options
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r-- | MdePkg/Include/Library/BaseLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index d4db217f9d..cb31c94c09 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -1817,7 +1817,7 @@ GetPowerOfTwo64 ( @param Value A 16-bit unsigned value.
- @return The byte swapped value.
+ @return The byte swapped Value.
**/
UINT16
@@ -1836,7 +1836,7 @@ SwapBytes16 ( @param Value A 32-bit unsigned value.
- @return The byte swapped value.
+ @return The byte swapped Value.
**/
UINT32
@@ -1855,7 +1855,7 @@ SwapBytes32 ( @param Value A 64-bit unsigned value.
- @return The byte swapped value.
+ @return The byte swapped Value.
**/
UINT64
|