From 43ae37e71c9e917fda5e6989f9445fb917412b59 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sat, 4 Apr 2015 01:05:27 +0200 Subject: Fix comment --- src/core/parser/utils/TokenTrie.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); }; -- cgit v1.2.3