Module: Mesa Branch: master Commit: 9fec560e63acd665870db9ab02f702ca677ce910 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fec560e63acd665870db9ab02f702ca677ce910
Author: Chris Forbes <[email protected]> Date: Mon Apr 21 15:55:58 2014 +1200 glsl: Fix typo Signed-off-by: Chris Forbes <[email protected]> --- src/glsl/ast_to_hir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 52cc772..35d58e9 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -3219,7 +3219,7 @@ ast_declarator_list::hir(exec_list *instructions, /* From page 22 (page 28 of the PDF) of the GLSL 1.10 specification; * * "Global variables can only use the qualifiers const, - * attribute, uni form, or varying. Only one may be + * attribute, uniform, or varying. Only one may be * specified. * * Local variables can only use the qualifier const." _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
