mesa: fix typo: s/stacks/stack/
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 13 Jun 2008 15:10:09 +0000 (09:10 -0600)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 Sep 2008 05:13:54 +0000 (22:13 -0700)
src/mesa/main/mfeatures.h

index 2abb1c59a2b276124dfd791268b0e9e15de0f668..4aa294b74422e1abb525c884548a1c22e211630d 100644 (file)
@@ -37,7 +37,7 @@
 #endif
 
 #define FEATURE_accum  _HAVE_FULL_GL
-#define FEATURE_attrib_stacks  _HAVE_FULL_GL
+#define FEATURE_attrib_stack  _HAVE_FULL_GL
 #define FEATURE_colortable  _HAVE_FULL_GL
 #define FEATURE_convolution  _HAVE_FULL_GL
 #define FEATURE_dlist  _HAVE_FULL_GL