diff options
author | Brian Paul <[email protected]> | 2008-06-13 09:10:09 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:54 -0700 |
commit | 049a59a87cafd8ad089f99232bac7ea6cad85f29 (patch) | |
tree | c87484a5c7a362e5859395b48ca78e933bbf3581 /src/mesa/main | |
parent | 74c64fa748c833a9688d3a141a7807686701e24f (diff) |
mesa: fix typo: s/stacks/stack/
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mfeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 2abb1c59a2b..4aa294b7442 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -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 |