summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-09-03 14:39:43 -0600
committerBrian Paul <brianp@vmware.com>2010-09-03 15:22:26 -0600
commit8680c1324097ec3df51e8bf6f25a3347df6f798c (patch)
tree6a35c23a4bb709d26ce4a05a045142394fad8083 /src/mesa/main
parentd500ad440503c79656f5610051dcb0ff76bafc58 (diff)
mesa: fix up a comment
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index d44eff69cc..40f12eb20d 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2585,7 +2585,8 @@ struct gl_constants
GLuint MaxVarying; /**< Number of float[4] varying parameters */
- GLbitfield SupportedBumpUnits; /**> units supporting GL_ATI_envmap_bumpmap as targets */
+ /** Which texture units support GL_ATI_envmap_bumpmap as targets */
+ GLbitfield SupportedBumpUnits;
/**
* Maximum amount of time, measured in nanseconds, that the server can wait.