summaryrefslogtreecommitdiff
path: root/compiler/parser
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-03-30 11:04:37 +0200
committerGabor Greif <ggreif@gmail.com>2016-03-30 11:04:37 +0200
commita76e6f55c28a176c175b45b7279a1d20286bf56b (patch)
treed8d984e9853e6b9299886bf624539a844a2e7242 /compiler/parser
parentcb9a1e6875ac636f7c150ffacc272a2594a192dc (diff)
downloadhaskell-a76e6f55c28a176c175b45b7279a1d20286bf56b.tar.gz
Typos in non-code
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 4eb8fd35a2..d28d5847b6 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -526,7 +526,7 @@ $tab { warnTab }
-- expressions and patterns use the same parser, and also because we want
-- to allow type patterns within expression patterns.
--
--- Disambiguation is accomplished by requiring *something* to appear betwen
+-- Disambiguation is accomplished by requiring *something* to appear between
-- type application and the preceding token. This something must end with
-- a character that cannot be the end of the variable bound in an as-pattern.
-- Currently (June 2015), this means that the something cannot end with a