From: Brian Date: Mon, 11 Jun 2007 22:27:33 +0000 (-0600) Subject: typo: s/derrived/derived/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a28977a4c726ac5023fcefb58695498c0c5ae507;p=mesa.git typo: s/derrived/derived/ --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 49332501d27..7dfa94ee13d 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. */