summaryrefslogtreecommitdiff
path: root/src/core/parser
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-04 01:05:27 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:19:32 +0200
commit43ae37e71c9e917fda5e6989f9445fb917412b59 (patch)
treeab312ff1c2c174bf4a8a2d17d107ca3e2fa6d844 /src/core/parser
parent4242f61db825b68821bc0cde49157c0b62b16b89 (diff)
Fix comment
Diffstat (limited to 'src/core/parser')
-rw-r--r--src/core/parser/utils/TokenTrie.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/utils/TokenTrie.hpp b/src/core/parser/utils/TokenTrie.hpp
index c470acc..42cd19c 100644
--- a/src/core/parser/utils/TokenTrie.hpp
+++ b/src/core/parser/utils/TokenTrie.hpp
@@ -80,7 +80,7 @@ public:
TokenId id;
/**
- * Default constructor, initializes the descriptor with nullptr.
+ * Default constructor, initializes the token id with Tokens::Empty.
*/
Node();
};