--- libecb/ecb.pod 2011/06/17 15:17:26 1.31 +++ libecb/ecb.pod 2011/06/17 15:55:41 1.32 @@ -416,9 +416,7 @@ Returns the index of the least significant bit set in C (or equivalently the number of bits set to 0 before the least significant bit -set), starting from 0. If C is 0 the result is undefined. A common use -case is to compute the integer binary logarithm, i.e., C. For example: +set), starting from 0. If C is 0 the result is undefined. For example: ecb_ctz32 (3) = 0 ecb_ctz32 (6) = 1