summaryrefslogtreecommitdiffstats
path: root/lib/antlr/antlr/ASTFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/antlr/antlr/ASTFactory.hpp')
-rw-r--r--lib/antlr/antlr/ASTFactory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/antlr/antlr/ASTFactory.hpp b/lib/antlr/antlr/ASTFactory.hpp
index 968ab6c5..0fb78dc1 100644
--- a/lib/antlr/antlr/ASTFactory.hpp
+++ b/lib/antlr/antlr/ASTFactory.hpp
@@ -86,7 +86,7 @@ public:
RefAST dupTree(RefAST t);
/** Make a tree from a list of nodes. The first element in the
* array is the root. If the root is null, then the tree is
- * a simple list not a tree. Handles null children nodes correctly.
+ * a simple list not a tree. Handles null tqchildren nodes correctly.
* For example, make(a, b, null, c) yields tree (a b c). make(null,a,b)
* yields tree (nil a b).
*/