diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-12-19 13:52:06 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-12-19 14:35:03 +0100 |
commit | a100763cc5c6c9736a00ca57b2ec3c721311eecb (patch) | |
tree | de71d4f3c962713260557b63bb3a1f3688ac03ad /compiler/parser | |
parent | 244d1441bbe9a8d5e83015c749d1339b8f7c7319 (diff) | |
download | haskell-a100763cc5c6c9736a00ca57b2ec3c721311eecb.tar.gz |
Get rid of some stuttering in comments and docs
Diffstat (limited to 'compiler/parser')
-rw-r--r-- | compiler/parser/Lexer.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index b2004a6cbb..76cc4ee6e6 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -1992,7 +1992,7 @@ functions alexGetByte :: AlexInput -> Maybe (Word8,AlexInput) alexInputPrevChar :: AlexInput -> Char -which Alex uses to to take apart our 'AlexInput', we must +which Alex uses to take apart our 'AlexInput', we must * return a latin1 character in the 'Word8' that 'alexGetByte' expects * return a latin1 character in 'alexInputPrevChar'. |