summaryrefslogtreecommitdiffstats
path: root/lib/antlr/antlr/AST.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/antlr/antlr/AST.hpp')
-rw-r--r--lib/antlr/antlr/AST.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/antlr/antlr/AST.hpp b/lib/antlr/antlr/AST.hpp
index a25144f9..b14b123b 100644
--- a/lib/antlr/antlr/AST.hpp
+++ b/lib/antlr/antlr/AST.hpp
@@ -151,7 +151,7 @@ extern ANTLR_API RefAST nullAST;
extern ANTLR_API AST* const nullASTptr;
#ifdef NEEDS_OPERATOR_LESS_THAN
-// RK: aptqparently needed by MSVC and a SUN CC, up to and including
+// RK: apparently needed by MSVC and a SUN CC, up to and including
// 2.7.2 this was undefined ?
inline bool operator<( RefAST l, RefAST r )
{