From 9fec560e63acd665870db9ab02f702ca677ce910 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 21 Apr 2014 15:55:58 +1200 Subject: [PATCH] glsl: Fix typo Signed-off-by: Chris Forbes --- 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 52cc7721dfe..35d58e90830 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." -- 2.30.2