summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-29 16:50:31 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-29 16:50:31 +0000
commitee403ff0ba272f5be539ddc921d3fffb3d250cc4 (patch)
treeedcd3441d7b0991ed48be40646195b40eb8109a5 /src/mesa/swrast/s_context.h
parent1b2fef5c28a40cd001598071e25b876ad4fccdd1 (diff)
Removed DD_Z_NEVER.
Replaced SEPERATE with SEPARATE. Renumbered _NEW_ flags. Removed _NEW_COLORTABLE.
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-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 3bf9616d51..25a16f28b8 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.8 2001/03/19 02:25:36 keithw Exp $ */
+/* $Id: s_context.h,v 1.9 2001/03/29 16:50:32 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -152,7 +152,7 @@ typedef struct
swrast_line_func Line;
swrast_tri_func Triangle;
- /* Placeholders for when seperate specular (or secondary color) is
+ /* Placeholders for when separate specular (or secondary color) is
* enabled but texturing is not.
*/
swrast_point_func SpecPoint;