From: Brian Paul Date: Thu, 3 May 2012 23:00:37 +0000 (-0600) Subject: gallivm: fix comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e039fd079b8089d2cc0204fab732cd3b5e96cca5;p=mesa.git gallivm: fix comment typo --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.c b/src/gallium/auxiliary/gallivm/lp_bld_sample.c index 07f4f3bf6b8..c6d4f1bcc28 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.c @@ -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