From: Chris Forbes Date: Mon, 21 Apr 2014 03:55:58 +0000 (+1200) Subject: glsl: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9fec560e63acd665870db9ab02f702ca677ce910;p=mesa.git glsl: Fix typo Signed-off-by: Chris Forbes --- 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."