OSDN Git Service

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 03fb539..35993b9 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