projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63026f
)
glsl: Fix typo
author
Chris Forbes
<chrisf@ijw.co.nz>
Mon, 21 Apr 2014 03:55:58 +0000
(15:55 +1200)
committer
Chris Forbes
<chrisf@ijw.co.nz>
Mon, 21 Apr 2014 04:02:02 +0000
(16:02 +1200)
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
src/glsl/ast_to_hir.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ast_to_hir.cpp
b/src/glsl/ast_to_hir.cpp
index 52cc7721dfe064b93f69315101f8f73615db5248..35d58e908307ef76b4ef7489b78e0712eb3df7d8 100644
(file)
--- 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."