gallivm: fix comment typo

This commit is contained in:
Brian Paul 2012-05-03 17:00:37 -06:00
parent a0c380a744
commit e039fd079b
1 changed files with 1 additions and 1 deletions

View 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