summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Gen/Bind.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Gen/Bind.hs')
-rw-r--r--compiler/GHC/Tc/Gen/Bind.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Gen/Bind.hs b/compiler/GHC/Tc/Gen/Bind.hs
index c677643be5..c63cbabdc1 100644
--- a/compiler/GHC/Tc/Gen/Bind.hs
+++ b/compiler/GHC/Tc/Gen/Bind.hs
@@ -632,7 +632,7 @@ tcPolyCheck prag_fn
(mkCheckExpType rho_ty)
-- We make a funny AbsBinds, abstracting over nothing,
- -- just so we haev somewhere to put the SpecPrags.
+ -- just so we have somewhere to put the SpecPrags.
-- Otherwise we could just use the FunBind
-- Hence poly_id2 is just a clone of poly_id;
-- We re-use mono-name, but we could equally well use a fresh one