gallivm: fix comment typo
authorBrian Paul <brianp@vmware.com>
Thu, 3 May 2012 23:00:37 +0000 (17:00 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 4 May 2012 14:07:58 +0000 (08:07 -0600)
src/gallium/auxiliary/gallivm/lp_bld_sample.c

index 07f4f3bf6b855ce2fab67a00a102312d5bffd9ac..c6d4f1bcc28c8f91c5952818a12e3ff88105b600 100644 (file)
@@ -349,7 +349,7 @@ lp_build_brilinear_lod(struct lp_build_context *bld,
  * Combined log2 and brilinear lod computation.
  *
  * It's in all identical to calling lp_build_fast_log2() and
- * lp_build_brilinear_lod() above, but by combining we can compute the interger
+ * lp_build_brilinear_lod() above, but by combining we can compute the integer
  * and fractional part independently.
  */
 static void