softpipe: fix comment typo
authorBrian Paul <brianp@vmware.com>
Thu, 24 Jun 2010 18:45:14 +0000 (12:45 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 25 Jun 2010 14:47:22 +0000 (08:47 -0600)
src/gallium/drivers/softpipe/sp_tex_sample.c

index ff83c66d8b25f8afe73fd3d77822014f3dbe6e04..cf7ab81405c5fb5ead4e4d4b5651550de6b3c838 100644 (file)
@@ -71,7 +71,7 @@ lerp(float a, float v0, float v1)
 
 
 /**
- * Do 2D/biliner interpolation of float values.
+ * Do 2D/bilinear interpolation of float values.
  * v00, v10, v01 and v11 are typically four texture samples in a square/box.
  * a and b are the horizontal and vertical interpolants.
  * It's important that this function is inlined when compiled with