projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b701d
)
glsl: Fix typo in interface block comment
author
Chris Forbes
<chrisf@ijw.co.nz>
Sun, 13 Apr 2014 05:01:07 +0000
(17:01 +1200)
committer
Chris Forbes
<chrisf@ijw.co.nz>
Sun, 13 Apr 2014 05:02:11 +0000
(17: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 1d15e6213e73c0a03e4f27543c0c6f970ae0d7fe..717dc68ea8f1a7fe3af56da198fabbdb62ce84d3 100644
(file)
--- a/
src/glsl/ast_to_hir.cpp
+++ b/
src/glsl/ast_to_hir.cpp
@@
-5328,7
+5328,7
@@
ast_interface_block::hir(exec_list *instructions,
}
} else {
/* In order to have an array size, the block must also be declared with
- * an instane name.
+ * an instan
c
e name.
*/
assert(this->array_specifier == NULL);