Module: Mesa Branch: master Commit: 53c7b8bdca5c6ef8db511f979bc2ca6467ee82c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53c7b8bdca5c6ef8db511f979bc2ca6467ee82c6
Author: Ian Romanick <[email protected]> Date: Thu Oct 26 15:32:09 2017 -0700 glsl: Fix bad formatting in a comment Trivial Signed-off-by: Ian Romanick <[email protected]> --- src/compiler/glsl/ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h index 070d7b3ffd..d5a255eb8b 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. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
