summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texfilter.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-20 21:04:02 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-20 21:04:02 +0000
commit5bfb9356d6df4c8b1e177ebda01631d99355ba25 (patch)
tree096ffe68ffd9047d3c4d91e4c1dafa091ddfd3f4 /src/mesa/swrast/s_texfilter.c
parent543469501790a02988e3fcf5ab51dbd74ae2da88 (diff)
s/programss/programs/
Diffstat (limited to 'src/mesa/swrast/s_texfilter.c')
-rw-r--r--src/mesa/swrast/s_texfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texfilter.c b/src/mesa/swrast/s_texfilter.c
index 0597947f51..f5085c3f1b 100644
--- a/src/mesa/swrast/s_texfilter.c
+++ b/src/mesa/swrast/s_texfilter.c
@@ -2611,7 +2611,7 @@ sample_depth_texture2(const GLcontext *ctx,
* We use this function when a texture object is in an "incomplete" state.
* When a fragment program attempts to sample an incomplete texture we
* return black (see issue 23 in GL_ARB_fragment_program spec).
- * Note: fragment programss don't observe the texture enable/disable flags.
+ * Note: fragment programs don't observe the texture enable/disable flags.
*/
static void
null_sample_func( GLcontext *ctx,