summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-06-16 01:14:22 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-06-16 01:14:22 +0000
commit1043a6498a7f94922be5f4b5deac89fd05cfa670 (patch)
treeff9ef052f5afe5b6d72db73bbb0c5cfa220860d2 /src/mesa/main
parentd834e8da8847dd411d189684c56e1d7960f97303 (diff)
fix a comment
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index f1d83610b4..0f0db24d8e 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -1,4 +1,4 @@
-/* $Id: state.c,v 1.85 2002/06/15 03:03:09 brianp Exp $ */
+/* $Id: state.c,v 1.86 2002/06/16 01:14:22 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -630,7 +630,7 @@ update_drawbuffer( GLcontext *ctx )
/* NOTE: This routine references Tranform attribute values to compute
* userclip positions in clip space, but is only called on
* _NEW_PROJECTION. The _mesa_ClipPlane() function keeps these values
- * uptodate across changes to the Transform attributes.
+ * up to date across changes to the Transform attributes.
*/
static void
update_projection( GLcontext *ctx )