diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-25 03:19:49 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-25 03:19:49 +0000 |
commit | 9aa049d9717f1260426918eab2d5986e838a8754 (patch) | |
tree | cb3b25e97e56c0140b2670aa37e131994a2392ab /MdePkg/Library/BaseLib/LowBitSet64.c | |
parent | 04fdba541287ba2759ce3e51157c38148ad8b4f6 (diff) | |
download | edk2-platforms-9aa049d9717f1260426918eab2d5986e838a8754.tar.xz |
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
Diffstat (limited to 'MdePkg/Library/BaseLib/LowBitSet64.c')
-rw-r--r-- | MdePkg/Library/BaseLib/LowBitSet64.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/LowBitSet64.c b/MdePkg/Library/BaseLib/LowBitSet64.c index 3edfa6506e..6457ed623e 100644 --- a/MdePkg/Library/BaseLib/LowBitSet64.c +++ b/MdePkg/Library/BaseLib/LowBitSet64.c @@ -26,8 +26,9 @@ @param Operand The 64-bit operand to evaluate.
- @return Position of the lowest bit set in Operand if found.
- @retval -1 Operand is zero.
+ @retval 0..63 The lowest bit set in Operand was found.
+ @retval -1 Operand is zero.
+
**/
INTN
|