summaryrefslogtreecommitdiff
path: root/compiler/parser
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2015-07-07 15:52:57 +0200
committerGabor Greif <ggreif@gmail.com>2015-07-07 15:52:57 +0200
commit62fcf0515112b918152dd8bf053f84d9ec0d1501 (patch)
treecf0b67f71561a8fb7868e0dac39afe1dd948b1e3 /compiler/parser
parent37de4ad76b75d403e6a8dae9539af08c859d46a4 (diff)
downloadhaskell-62fcf0515112b918152dd8bf053f84d9ec0d1501.tar.gz
Fix word repetitions in comments
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 01e7de3efd..a9293da401 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -2704,7 +2704,7 @@ We add the following warning suppression flags to all code generated by Alex:
Without these flags, current versions of Alex will generate code that is not
warning free. Note that this is the result of Alex' internals, not of the way
-we have have written our (Lexer).x files.
+we have written our (Lexer).x files.
As always, we need code to be warning free when validating with -Werror.