fix a typo
authorAlan Hourihane <alanh@tungstengraphics.com>
Tue, 11 Jan 2005 18:43:21 +0000 (18:43 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Tue, 11 Jan 2005 18:43:21 +0000 (18:43 +0000)
src/mesa/drivers/dri/unichrome/via_state.c

index 2437e061c2007a54f4dad604f57b41885e050611..2891ecc07ee45fbd661b564d6733b258a14ea53f 100644 (file)
@@ -1619,7 +1619,7 @@ void viaValidateState( GLcontext *ctx )
      */
 #if 0
     /* Disabling now, as the main problem was that the alpha reference
-     * value was calculated incorrectly, it's now fixed.
+     * value was calculated incorrectly, it's now fixed. */
     if (vmesa->viaScreen->deviceID == VIA_CLE266) {
        GLboolean fallback = (ctx->Color.AlphaEnabled && 
                             ctx->Color.AlphaFunc != GL_ALWAYS &&