summaryrefslogtreecommitdiff
path: root/compiler/parser
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-23 17:01:07 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-23 17:13:54 +0100
commit9a2a2aef1c84292cc51719ee36e12c5723554efe (patch)
treeb70535bb3ff548014e24970d634be03c8769c7f3 /compiler/parser
parent8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71 (diff)
downloadhaskell-9a2a2aef1c84292cc51719ee36e12c5723554efe.tar.gz
Spelling only [ci skip]
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 193943270c..3c5d98d054 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -2800,7 +2800,7 @@ clean_pragma prag = canon_ws (map toLower (unprefix prag))
-- | Encapsulated call to addAnnotation, requiring only the SrcSpan of
-- the AST construct the annotation belongs to; together with the
--- AnnKeywordId, this is is the key of the annotation map
+-- AnnKeywordId, this is the key of the annotation map.
--
-- This type is useful for places in the parser where it is not yet
-- known what SrcSpan an annotation should be added to. The most