glsl: Fix bad formatting in a comment

Trivial

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Ian Romanick
2017-10-26 15:32:09 -07:00
parent 2a77c763fe
commit 53c7b8bdca

View File

@@ -457,7 +457,7 @@ public:
*
* For the first declaration below, there will be an \c ir_variable named
* "instance" whose type and whose instance_type will be the same
* \cglsl_type. For the second declaration, there will be an \c ir_variable
* \c glsl_type. For the second declaration, there will be an \c ir_variable
* named "f" whose type is float and whose instance_type is B2.
*
* "instance" is an interface instance variable, but "f" is not.