Index: /trunk/src/VBox/Runtime/common/asm/ASMBitNextClear.asm
===================================================================
--- /trunk/src/VBox/Runtime/common/asm/ASMBitNextClear.asm	(revision 58758)
+++ /trunk/src/VBox/Runtime/common/asm/ASMBitNextClear.asm	(revision 58759)
@@ -34,5 +34,5 @@
 
 ;;
-; Finds the first clear bit in a bitmap.
+; Finds the next clear bit in a bitmap.
 ;
 ; @returns (32/64:eax, 16:ax+dx)   Index of the first zero bit.
Index: /trunk/src/VBox/Runtime/common/asm/ASMBitNextSet.asm
===================================================================
--- /trunk/src/VBox/Runtime/common/asm/ASMBitNextSet.asm	(revision 58758)
+++ /trunk/src/VBox/Runtime/common/asm/ASMBitNextSet.asm	(revision 58759)
@@ -34,5 +34,5 @@
 
 ;;
-; Finds the first set bit in a bitmap.
+; Finds the next set bit in a bitmap.
 ;
 ; @returns (32/64:eax, 16:ax+dx)   Index of the first zero bit.
