diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-06-11 16:27:33 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-06-11 16:27:33 -0600 |
commit | a28977a4c726ac5023fcefb58695498c0c5ae507 (patch) | |
tree | 39c7af856b88099a8a96cef13797e1c0c16e8a80 /src | |
parent | 0186f1bc8356bc3c2946d4ffcb5e6d7b61b84e02 (diff) |
typo: s/derrived/derived/
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 49332501d2..7dfa94ee13 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1426,7 +1426,7 @@ struct gl_texture_object GLfloat ShadowAmbient; /**< GL_ARB_shadow_ambient */ GLenum CompareMode; /**< GL_ARB_shadow */ GLenum CompareFunc; /**< GL_ARB_shadow */ - GLenum _Function; /**< Comparison function derrived from + GLenum _Function; /**< Comparison function derived from * \c CompareOperator, \c CompareMode, and * \c CompareFunc. */ |