From: Brian Paul Date: Fri, 3 Sep 2010 20:39:43 +0000 (-0600) Subject: mesa: fix up a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8680c1324097ec3df51e8bf6f25a3347df6f798c;p=mesa.git mesa: fix up a comment --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index d44eff69cce..40f12eb20dd 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.