From 8680c1324097ec3df51e8bf6f25a3347df6f798c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 3 Sep 2010 14:39:43 -0600 Subject: mesa: fix up a comment --- src/mesa/main/mtypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3