mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-15 08:28:39 +00:00
Fix comment typo.
This commit is contained in:
parent
1e275c8486
commit
abf5057948
@ -2,5 +2,5 @@
|
||||
// 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).
|
||||
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1694"
|
||||
#define GLSLANG_DATE "14-Dec-2016"
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1695"
|
||||
#define GLSLANG_DATE "16-Dec-2016"
|
||||
|
@ -472,7 +472,7 @@ bool TParseContextBase::insertGlobalUniformBlock()
|
||||
void TParseContextBase::finish()
|
||||
{
|
||||
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)
|
||||
intermediate.addSymbolLinkageNode(linkage, **i);
|
||||
intermediate.addSymbolLinkageNodes(linkage, getLanguage(), symbolTable);
|
||||
|
Loading…
x
Reference in New Issue
Block a user