src/core/bitmath_func.cpp
changeset 8005 2318a0547719
parent 8000 2ba28bc428f1
child 8055 49cf1521d591
--- 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.
  *