diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-07 16:22:37 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-07 16:22:37 +0000 |
commit | ede4887b1650b18b3a2db3f175fcc33826bbab4d (patch) | |
tree | ddd796c85c21dd345aa79cd07e0c1388f3cb4309 /include | |
parent | 985d6b29878f55f61074879891813e9ff6e9f11f (diff) |
fixed a typo
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h index acb21766e7..a83a449570 100644 --- a/include/GL/glext.h +++ b/include/GL/glext.h @@ -46,7 +46,7 @@ extern "C" { * 6. Brian Paul, 5 Apr 2000 * Added GL_ARB_multisample tokens, added GL_ARB_texture_env_add * 7. Brian Paul, 7 Apr 2000 - * Minor clean-ups, temporaty token values for GL_SGIS_pixel_texture + * Minor clean-ups, temporary token values for GL_SGIS_pixel_texture */ #define GL_GLEXT_VERSION_EXT 7 |