typo: s/derrived/derived/
authorBrian <brian.paul@tungstengraphics.com>
Mon, 11 Jun 2007 22:27:33 +0000 (16:27 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 11 Jun 2007 22:27:33 +0000 (16:27 -0600)
src/mesa/main/mtypes.h

index 49332501d274e0c49ba4ead8d3fbb1d6a64bfa35..7dfa94ee13d5c0a55d93fcf27d01eb46d74b4a35 100644 (file)
@@ -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.
                                 */