diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-13 09:10:09 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-13 09:10:09 -0600 |
commit | 9350fd62b6b8dbee77b0c3c4f23195eaee3045d7 (patch) | |
tree | 7247147b00fb591a739e08826ce19e29656fdecd /src/mesa/main | |
parent | 62f03a9ecc1d73ff67f5c2a9e5f9638bc6f7d458 (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 162bd2fff9..4e60611c48 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 |