diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-03 23:34:30 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:32 +0200 |
commit | ddc27d3798ed01f5ca3c5f88adbb6313e4078141 (patch) | |
tree | 6ef7293c36caa059ea9347b5e8f6d4618401cbe0 /src | |
parent | 9884b69cde888f2f6c53c2616edbef75f84cc2fc (diff) |
Typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/core/parser/utils/Tokenizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/utils/Tokenizer.cpp b/src/core/parser/utils/Tokenizer.cpp index 8bc8b23..127d1cf 100644 --- a/src/core/parser/utils/Tokenizer.cpp +++ b/src/core/parser/utils/Tokenizer.cpp @@ -137,7 +137,7 @@ public: return res; } - // Check whether the new node represents a complete token a whether it + // Check whether the new node represents a complete token and whether it // is longer than the current token. If yes, replace the current token. node = it->second.get(); if (node->id != Tokens::Empty) { |