diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-10-01 16:35:25 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-10-01 16:55:35 -0700 |
commit | 5ebbabc5ccd03afe59299b8ce52ca862334fd252 (patch) | |
tree | aefb03bcbd3533f5213354ecbefe26ae8f23877f /src/mesa/main | |
parent | 69c78bf2c21c239d6064847dd0628f3526d68f9b (diff) | |
download | external_mesa3d-5ebbabc5ccd03afe59299b8ce52ca862334fd252.zip external_mesa3d-5ebbabc5ccd03afe59299b8ce52ca862334fd252.tar.gz external_mesa3d-5ebbabc5ccd03afe59299b8ce52ca862334fd252.tar.bz2 |
mesa: Trivial correction to comment
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/texcompress_fxt1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c index 3d8996c..33f46d4 100644 --- a/src/mesa/main/texcompress_fxt1.c +++ b/src/mesa/main/texcompress_fxt1.c @@ -25,7 +25,7 @@ /** * \file texcompress_fxt1.c - * GL_EXT_texture_compression_fxt1 support. + * GL_3DFX_texture_compression_FXT1 support. */ |