]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/LowBitSet64.c
Synchronize function comment in MdePkg\Library\BaseLib.h with the instance of this...
[mirror_edk2.git] / MdePkg / Library / BaseLib / LowBitSet64.c
index 3edfa6506e50dc97999c5ee19d3030f506bfc5d8..6457ed623ec569b55ca0c68a7f699f6fa02b07a6 100644 (file)
@@ -26,8 +26,9 @@
 \r
   @param  Operand The 64-bit operand to evaluate.\r
 \r
-  @return Position of the lowest bit set in Operand if found.\r
-  @retval -1  Operand is zero.\r
+  @retval 0..63  The lowest bit set in Operand was found.\r
+  @retval -1    Operand is zero.\r
+\r
 \r
 **/\r
 INTN\r