Mesa (master): softpipe: fix comment typo

Brian Paul brianp at kemper.freedesktop.org
Fri Jun 25 14:47:57 UTC 2010


Module: Mesa
Branch: master
Commit: fd60bf8e33bbcba7b7749ae5a4285bad60769b9b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd60bf8e33bbcba7b7749ae5a4285bad60769b9b

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 24 12:45:14 2010 -0600

softpipe: fix comment typo

---

 src/gallium/drivers/softpipe/sp_tex_sample.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_tex_sample.c b/src/gallium/drivers/softpipe/sp_tex_sample.c
index ff83c66..cf7ab81 100644
--- a/src/gallium/drivers/softpipe/sp_tex_sample.c
+++ b/src/gallium/drivers/softpipe/sp_tex_sample.c
@@ -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




More information about the mesa-commit mailing list