From: Brian Date: Sat, 7 Apr 2007 14:43:40 +0000 (-0600) Subject: fix comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d2d6e5194fb49619ed5125d95f8619bdf3b8106;p=mesa.git fix comment typo --- diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c index dab3d548fc9..b0c04ad0216 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);