From 9aa049d9717f1260426918eab2d5986e838a8754 Mon Sep 17 00:00:00 2001 From: gikidy Date: Tue, 25 Nov 2008 03:19:49 +0000 Subject: Synchronize function comment in MdePkg\Library\BaseLib.h with the instance of this functions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6718 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/SwapBytes16.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Library/BaseLib/SwapBytes16.c') diff --git a/MdePkg/Library/BaseLib/SwapBytes16.c b/MdePkg/Library/BaseLib/SwapBytes16.c index 3fb98f751a..872250bac1 100644 --- a/MdePkg/Library/BaseLib/SwapBytes16.c +++ b/MdePkg/Library/BaseLib/SwapBytes16.c @@ -24,9 +24,9 @@ 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. + @return The byte swapped Operand. **/ UINT16 -- cgit v1.2.3