fix a comment typo
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 19 Dec 2001 01:09:46 +0000 (01:09 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 19 Dec 2001 01:09:46 +0000 (01:09 +0000)
src/mesa/swrast/s_triangle.c

index 9335557a0ed189bc8c945693170c0b865f96aa8a..6cc15a89b60f82f76b7d073a5f0421955830181d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: s_triangle.c,v 1.43 2001/12/19 01:08:49 brianp Exp $ */
+/* $Id: s_triangle.c,v 1.44 2001/12/19 01:09:46 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -1148,7 +1148,7 @@ static void nodraw_triangle( GLcontext *ctx,
 
 /*
  * This is used when separate specular color is enabled, but not
- * texturing.  We cadd the specular color to the primary color,
+ * texturing.  We add the specular color to the primary color,
  * draw the triangle, then restore the original primary color.
  * Inefficient, but seldom needed.
  */