Mesa (master): glsl: Fix typo

Chris Forbes chrisf at kemper.freedesktop.org
Mon Apr 21 04:01:24 UTC 2014


Module: Mesa
Branch: master
Commit: 9fec560e63acd665870db9ab02f702ca677ce910
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fec560e63acd665870db9ab02f702ca677ce910

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Mon Apr 21 15:55:58 2014 +1200

glsl: Fix typo

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>

---

 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."




More information about the mesa-commit mailing list