summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/Lexeme.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/basicTypes/Lexeme.hs')
-rw-r--r--compiler/basicTypes/Lexeme.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/Lexeme.hs b/compiler/basicTypes/Lexeme.hs
index 74f6e6cd4a..d397deaea8 100644
--- a/compiler/basicTypes/Lexeme.hs
+++ b/compiler/basicTypes/Lexeme.hs
@@ -2,7 +2,7 @@
--
-- Functions to evaluate whether or not a string is a valid identifier.
-- There is considerable overlap between the logic here and the logic
--- in Lexer.x, but sadly there seems to be way to merge them.
+-- in Lexer.x, but sadly there seems to be no way to merge them.
module Lexeme (
-- * Lexical characteristics of Haskell names