changeset 8501 | 66d88113ba24 |
parent 8496 | 8a4bdf20acb7 |
child 8551 | a7c546f4cf86 |
--- a/src/core/bitmath_func.cpp Sun Dec 02 21:43:16 2007 +0000 +++ b/src/core/bitmath_func.cpp Mon Dec 03 09:19:19 2007 +0000 @@ -48,7 +48,7 @@ * Search the last set bit in a 32 bit variable. * * This algorithm is a static implementation of a log - * conguence search algorithm. It checks the first half + * conguence search algorithm. It checks the second half * if there is a bit set search there further. And this * way further. If no bit is set return 0. *