summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/main/HscTypes.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs
index d8d8816355..793740e96e 100644
--- a/compiler/main/HscTypes.lhs
+++ b/compiler/main/HscTypes.lhs
@@ -1117,7 +1117,7 @@ mkPrintUnqualified dflags env = (qual_name, qual_mod)
else NameNotInScope2
| otherwise = NameNotInScope1 -- Can happen if 'f' is bound twice in the module
- -- Eg f = True; g = 0; f = False
+ -- Eg f = True; g = 0; f = False
where
mod = nameModule name
occ = nameOccName name