Mesa (master): mesa: fix up a comment

Brian Paul brianp at kemper.freedesktop.org
Fri Sep 3 21:26:17 UTC 2010


Module: Mesa
Branch: master
Commit: 8680c1324097ec3df51e8bf6f25a3347df6f798c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8680c1324097ec3df51e8bf6f25a3347df6f798c

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Sep  3 14:39:43 2010 -0600

mesa: fix up a comment

---

 src/mesa/main/mtypes.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index d44eff6..40f12eb 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.




More information about the mesa-commit mailing list