glsl: Fix bad formatting in a comment
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 26 Oct 2017 22:32:09 +0000 (15:32 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 31 Oct 2017 03:08:25 +0000 (20:08 -0700)
Trivial

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/compiler/glsl/ir.h

index 070d7b3..d5a255e 100644 (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.