summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/TyCl/Class.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/TyCl/Class.hs')
-rw-r--r--compiler/GHC/Tc/TyCl/Class.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/TyCl/Class.hs b/compiler/GHC/Tc/TyCl/Class.hs
index 57f8f19e82..4cb0e9d2c0 100644
--- a/compiler/GHC/Tc/TyCl/Class.hs
+++ b/compiler/GHC/Tc/TyCl/Class.hs
@@ -99,7 +99,7 @@ generates
newtype CDict a = CDict (forall b. a -> b -> b)
-Now DictTy in Type is just a form of type synomym:
+Now DictTy in Type is just a form of type synonym:
DictTy c t = TyConTy CDict `AppTy` t
Death to "ExpandingDicts".