summaryrefslogtreecommitdiff
path: root/compiler/parser
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/parser')
-rw-r--r--compiler/parser/Lexer.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x
index 63ee1f7d48..0b18597718 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -1600,7 +1600,7 @@ data PState = PState {
-- This is the next token to be considered or, if it is Nothing,
-- we need to get the next token from the input stream:
alr_next_token :: Maybe (RealLocated Token),
- -- This is what we consider to be the locatino of the last token
+ -- This is what we consider to be the location of the last token
-- emitted:
alr_last_loc :: RealSrcSpan,
-- The stack of layout contexts: