From 8d2d6e5194fb49619ed5125d95f8619bdf3b8106 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 7 Apr 2007 08:43:40 -0600 Subject: fix comment typo --- src/mesa/swrast/s_span.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c index dab3d548fc..b0c04ad021 100644 --- a/src/mesa/swrast/s_span.c +++ b/src/mesa/swrast/s_span.c @@ -134,7 +134,7 @@ _swrast_span_default_secondary_color(GLcontext *ctx, SWspan *span) span->specRed = r; span->specGreen = g; span->specBlue = b; - /8span->specAlpha = a;*/ + /*span->specAlpha = a;*/ #else span->specRed = IntToFixed(r); span->specGreen = IntToFixed(g); -- cgit v1.2.3