summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r--src/tclscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tclscanner.l b/src/tclscanner.l
index e50d9c1..791ecc4 100644
--- a/src/tclscanner.l
+++ b/src/tclscanner.l
@@ -426,7 +426,7 @@ static struct
QCString file_name; // name of used file
ParserInterface *this_parser; // myself
int command; // true if command was found
- int comment; // set true if comment was scaned
+ int comment; // set true if comment was scanned
int brace_level; // bookkeeping of braces
int bracket_level; // bookkeeping of brackets
int bracket_quote; // bookkeeping of quotes (toggles)