diff options
| author | Brian <brian@yutani.localnet.net> | 2007-04-07 08:43:40 -0600 | 
|---|---|---|
| committer | Brian <brian@yutani.localnet.net> | 2007-04-07 08:43:40 -0600 | 
| commit | 8d2d6e5194fb49619ed5125d95f8619bdf3b8106 (patch) | |
| tree | cb83bf7dd7f71ff3fe03eb86b470294c19553e08 | |
| parent | e9c614a1af05057d35692e27d569c6f78b718638 (diff) | |
fix comment typo
| -rw-r--r-- | src/mesa/swrast/s_span.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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); | 
