From: Brian Date: Tue, 14 Aug 2007 21:37:45 +0000 (-0600) Subject: fix typo X-Git-Tag: android-x86-1.6~16^2~1465^2~390^2~4322 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b7316e4732e6930c118c7034166b47bd096a0046;p=android-x86%2Fexternal-mesa.git fix typo --- diff --git a/src/mesa/pipe/softpipe/sp_tex_sample.c b/src/mesa/pipe/softpipe/sp_tex_sample.c index 03fb539e7d6..35993b946fc 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