summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Fixity.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Rename/Fixity.hs')
-rw-r--r--compiler/GHC/Rename/Fixity.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Rename/Fixity.hs b/compiler/GHC/Rename/Fixity.hs
index 39462baf36..5c8fe36fcb 100644
--- a/compiler/GHC/Rename/Fixity.hs
+++ b/compiler/GHC/Rename/Fixity.hs
@@ -127,7 +127,7 @@ lookupFixityRn_help' :: Name
lookupFixityRn_help' name occ
| isUnboundName name
= return (False, Fixity NoSourceText minPrecedence InfixL)
- -- Minimise errors from ubound names; eg
+ -- Minimise errors from unbound names; eg
-- a>0 `foo` b>0
-- where 'foo' is not in scope, should not give an error (#7937)