summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir.h
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2017-10-26 15:32:09 -0700
committerIan Romanick <[email protected]>2017-10-30 20:08:25 -0700
commit53c7b8bdca5c6ef8db511f979bc2ca6467ee82c6 (patch)
treef620764d4aab3211a6bf9d94e17ccc6b838675d1 /src/compiler/glsl/ir.h
parent2a77c763fe769b37d154585114b403b7755b9e17 (diff)
glsl: Fix bad formatting in a comment
Trivial Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/compiler/glsl/ir.h')
-rw-r--r--src/compiler/glsl/ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h
index 070d7b3ffdd..d5a255eb8b4 100644
--- a/src/compiler/glsl/ir.h
+++ b/src/compiler/glsl/ir.h
@@ -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.