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/ARShiftU64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg/Library/BaseLib/ARShiftU64.c') diff --git a/MdePkg/Library/BaseLib/ARShiftU64.c b/MdePkg/Library/BaseLib/ARShiftU64.c index bd926f9034..3f66f2badc 100644 --- a/MdePkg/Library/BaseLib/ARShiftU64.c +++ b/MdePkg/Library/BaseLib/ARShiftU64.c @@ -26,7 +26,7 @@ @param Operand The 64-bit operand to shift right. @param Count The number of bits to shift right. - @return Operand arithmetically shifted right by Count + @return Operand >> Count **/ UINT64 -- cgit v1.2.3