summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-02-28 15:09:02 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-02-28 15:09:02 +0000
commit7acd88c6d9bc62fd04551a3f82d7d35705f02562 (patch)
treeaf5536b0ef2677d3c1be00a77528eab5cff60c08 /src/mesa
parenta20ed720032d1a04a5206374020234140dd5ef08 (diff)
minor typo
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/swrast/s_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h
index 2be1545c8f..91063f0ef8 100644
--- a/src/mesa/swrast/s_context.h
+++ b/src/mesa/swrast/s_context.h
@@ -1,4 +1,4 @@
-/* $Id: s_context.h,v 1.24 2003/02/23 04:10:54 brianp Exp $ */
+/* $Id: s_context.h,v 1.25 2003/02/28 15:09:02 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -141,7 +141,7 @@ struct sw_span {
GLfloat specRed, specRedStep;
GLfloat specGreen, specGreenStep;
GLfloat specBlue, specBlueStep;
-#else /* CHAN_TYPE == GL_UNSIGNED_BYTE or GL_UNSIGNED SHORT */
+#else /* CHAN_TYPE == GL_UNSIGNED_BYTE or GL_UNSIGNED_SHORT */
GLfixed red, redStep;
GLfixed green, greenStep;
GLfixed blue, blueStep;