Commit abf50579 by John Kessenich

Fix comment typo.

parent 1e275c84
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits. // For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run). // For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "Overload400-PrecQual.1694" #define GLSLANG_REVISION "Overload400-PrecQual.1695"
#define GLSLANG_DATE "14-Dec-2016" #define GLSLANG_DATE "16-Dec-2016"
...@@ -472,7 +472,7 @@ bool TParseContextBase::insertGlobalUniformBlock() ...@@ -472,7 +472,7 @@ bool TParseContextBase::insertGlobalUniformBlock()
void TParseContextBase::finish() void TParseContextBase::finish()
{ {
if (!parsingBuiltins) { if (!parsingBuiltins) {
// Transfer te linkage symbols to AST nodes // Transfer the linkage symbols to AST nodes
for (auto i = linkageSymbols.begin(); i != linkageSymbols.end(); ++i) for (auto i = linkageSymbols.begin(); i != linkageSymbols.end(); ++i)
intermediate.addSymbolLinkageNode(linkage, **i); intermediate.addSymbolLinkageNode(linkage, **i);
intermediate.addSymbolLinkageNodes(linkage, getLanguage(), symbolTable); intermediate.addSymbolLinkageNodes(linkage, getLanguage(), symbolTable);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment