summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2005-01-11 18:43:21 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2005-01-11 18:43:21 +0000
commit5b28844dba15c0bcce4c5a9ee9f3ed82d6b90fdc (patch)
tree94bf7fe06344d82d52be94250f547f4883d43baa /src
parent3bd6e3d532d5c4e0d1c7ef17b13d9784589771c4 (diff)
fix a typo
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_state.c b/src/mesa/drivers/dri/unichrome/via_state.c
index 2437e061c2..2891ecc07e 100644
--- a/src/mesa/drivers/dri/unichrome/via_state.c
+++ b/src/mesa/drivers/dri/unichrome/via_state.c
@@ -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 &&