Browse Source

typo: s/derrived/derived/

tags/mesa_7_1_rc1
Brian 18 years ago
parent
commit
a28977a4c7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/main/mtypes.h

+ 1
- 1
src/mesa/main/mtypes.h View 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.
*/

Loading…
Cancel
Save