diff options
Diffstat (limited to 'src/core/parser/utils/Tokenizer.cpp')
-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) { |