summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-14 15:37:45 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-14 15:37:45 -0600
commitb7316e4732e6930c118c7034166b47bd096a0046 (patch)
tree400b03e53a9e338fcd5c3dfa5acdaf650d9ff33a /src
parentd16b4bc32a731cb6ae320e8c187af3bc751d4138 (diff)
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/softpipe/sp_tex_sample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_tex_sample.c b/src/mesa/pipe/softpipe/sp_tex_sample.c
index 03fb539e7d..35993b946f 100644
--- a/src/mesa/pipe/softpipe/sp_tex_sample.c
+++ b/src/mesa/pipe/softpipe/sp_tex_sample.c
@@ -555,7 +555,7 @@ compute_cache_pos(unsigned face, unsigned level, unsigned zslice,
*
* \param face the cube face in 0..5
* \param level the mipmap level
- * \param zslize which slice of a 3D texture
+ * \param zslice which slice of a 3D texture
* \param x the x coord of texel within 2D image
* \param y the y coord of texel within 2D image
* \param rgba the quad to put the texel/color into