From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/core/bitmath_func.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/bitmath_func.cpp') diff --git a/src/core/bitmath_func.cpp b/src/core/bitmath_func.cpp index 12937168a..af0200bcb 100644 --- a/src/core/bitmath_func.cpp +++ b/src/core/bitmath_func.cpp @@ -27,7 +27,7 @@ const uint8 _ffb_64[64] = { * Search the first set bit in a 32 bit variable. * * This algorithm is a static implementation of a log - * conguence search algorithm. It checks the first half + * congruence search algorithm. It checks the first half * if there is a bit set search there further. And this * way further. If no bit is set return 0. * @@ -55,7 +55,7 @@ uint8 FindFirstBit(uint32 x) * Search the last set bit in a 64 bit variable. * * This algorithm is a static implementation of a log - * conguence search algorithm. It checks the second half + * congruence 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. * -- cgit v1.2.3-54-g00ecf