summaryrefslogtreecommitdiff
path: root/Src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/parse.c')
-rw-r--r--Src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/parse.c b/Src/parse.c
index 334365649..8edc701f4 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -490,7 +490,7 @@ init_parse_status(void)
/*
* These variables are currently declared by the parser, so we
* initialise them here. Possibly they are more naturally declared
- * by the lexical anaylser; however, as they are used for signalling
+ * by the lexical analyser; however, as they are used for signalling
* between the two it's a bit ambiguous. We clear them when
* using the lexical analyser for strings as well as here.
*/