mesa: fix up a comment
authorBrian Paul <brianp@vmware.com>
Fri, 3 Sep 2010 20:39:43 +0000 (14:39 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 3 Sep 2010 21:22:26 +0000 (15:22 -0600)
src/mesa/main/mtypes.h

index d44eff69cceb2ad18439a4bde2d99d7007d21004..40f12eb20dd64beb16fe5a59891b5796e9065053 100644 (file)
@@ -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.