summaryrefslogtreecommitdiffstats
path: root/kjs/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjs/lexer.h')
-rw-r--r--kjs/lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjs/lexer.h b/kjs/lexer.h
index c6cb6aa88..da7c5ac7e 100644
--- a/kjs/lexer.h
+++ b/kjs/lexer.h
@@ -144,7 +144,7 @@ namespace KJS {
int bol; // begin of line
#endif
- // current and following unicode characters (int to allow for -1 for end-of-file marker)
+ // current and following tqunicode characters (int to allow for -1 for end-of-file marker)
int current, next1, next2, next3;
UString **strings;