projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0186f1b
)
typo: s/derrived/derived/
author
Brian
<brian.paul@tungstengraphics.com>
Mon, 11 Jun 2007 22:27:33 +0000
(16:27 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Mon, 11 Jun 2007 22:27:33 +0000
(16:27 -0600)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 49332501d274e0c49ba4ead8d3fbb1d6a64bfa35..7dfa94ee13d5c0a55d93fcf27d01eb46d74b4a35 100644
(file)
--- 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 der
r
ived from
+ GLenum _Function; /**< Comparison function derived from
* \c CompareOperator, \c CompareMode, and
* \c CompareFunc.
*/