summaryrefslogtreecommitdiffstats
path: root/lib/antlr/antlr/CharScanner.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/antlr/antlr/CharScanner.hpp')
-rw-r--r--lib/antlr/antlr/CharScanner.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/antlr/antlr/CharScanner.hpp b/lib/antlr/antlr/CharScanner.hpp
index 5f2b8e9e..f7e58520 100644
--- a/lib/antlr/antlr/CharScanner.hpp
+++ b/lib/antlr/antlr/CharScanner.hpp
@@ -43,7 +43,7 @@ class ANTLR_API CharScanner;
ANTLR_C_USING(tolower)
#ifdef ANTLR_REALLY_NO_STRCASECMP
-// Aptqparently, neither strcasecmp nor stricmp is standard, and Codewarrior
+// Apparently, neither strcasecmp nor stricmp is standard, and Codewarrior
// on the mac has neither...
inline int strcasecmp(const char *s1, const char *s2)
{