fix typo
authorBrian <brian.paul@tungstengraphics.com>
Tue, 14 Aug 2007 21:37:45 +0000 (15:37 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 14 Aug 2007 21:37:45 +0000 (15:37 -0600)
src/mesa/pipe/softpipe/sp_tex_sample.c

index 03fb539e7d651cca458f2bdaec9f3a000a2499c7..35993b946fcd8869104b37bb948066b2cdeaec97 100644 (file)
@@ -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