gallium: fix typos in comments
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 10 Nov 2008 15:24:45 +0000 (08:24 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 10 Nov 2008 15:24:45 +0000 (08:24 -0700)
src/gallium/auxiliary/util/u_math.c

index 5b3cab4642a378864d2d763f9711051e0da889c8..9c5f616ceb37f94c2cc99091e211ba3f534e1916 100644 (file)
@@ -30,7 +30,7 @@
 #include "util/u_math.h"
 
 
-/** 2^x, for x in [-1.0, 1.0[ */
+/** 2^x, for x in [-1.0, 1.0] */
 float pow2_table[POW2_TABLE_SIZE];
 
 
@@ -43,7 +43,7 @@ init_pow2_table(void)
 }
 
 
-/** log2(x), for x in [1.0, 2.0[ */
+/** log2(x), for x in [1.0, 2.0] */
 float log2_table[LOG2_TABLE_SIZE];