Tokenizer::createLinks(): correct comment.

No code change.
This commit is contained in:
Slava Semushin 2009-06-12 20:47:15 +07:00
parent 169cfc1324
commit 56a0660972
1 changed files with 1 additions and 1 deletions

View File

@ -1032,7 +1032,7 @@ bool Tokenizer::createLinks()
if (links2.size() > 0)
{
// Error, { and } don't match.
// Error, ( and ) don't match.
syntaxError(_tokens, '(');
return false;
}