summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/LowBitSet32.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/LowBitSet32.c')
-rw-r--r--MdePkg/Library/BaseLib/LowBitSet32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/LowBitSet32.c b/MdePkg/Library/BaseLib/LowBitSet32.c
index ed1ead6cc0..db391edd39 100644
--- a/MdePkg/Library/BaseLib/LowBitSet32.c
+++ b/MdePkg/Library/BaseLib/LowBitSet32.c
@@ -26,8 +26,8 @@
@param Operand The 32-bit operand to evaluate.
- @return Position of the lowest bit set in Operand if found.
- @retval -1 Operand is zero.
+ @retval 0..31 The lowest bit set in Operand was found.
+ @retval -1 Operand is zero.
**/
INTN