From efb2311707ec50ff04ebaecbb151ce8d8f168ee4 Mon Sep 17 00:00:00 2001 From: gikidy Date: Thu, 11 Dec 2008 04:45:23 +0000 Subject: Synchronize MdePkg h files to Library/Base* c files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6984 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/BaseLib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdePkg/Include/Library') 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 -- cgit v1.2.3