diff options
author | Brian Paul <[email protected]> | 2001-12-19 01:09:46 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-12-19 01:09:46 +0000 |
commit | fa6b2fba7ad0504a63ab262f602c6f50f336ca1b (patch) | |
tree | cb30f34326ee524e1b2dacb6ace38835b7b81ce1 /src/mesa | |
parent | f47efb5ab32534fc5c42b5bc88a6b24cb514ce53 (diff) |
fix a comment typo
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/swrast/s_triangle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_triangle.c b/src/mesa/swrast/s_triangle.c index 9335557a0ed..6cc15a89b60 100644 --- a/src/mesa/swrast/s_triangle.c +++ b/src/mesa/swrast/s_triangle.c @@ -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. */ |