Fix comment typo.
This commit is contained in:
parent
1e275c8486
commit
abf5057948
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue