summaryrefslogtreecommitdiff
path: root/compiler/deSugar
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-06 17:09:18 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-06 17:09:18 +0100
commit4aae1918e68c71f14f52d9c96b51b2876744bac8 (patch)
tree6b4506f577e41486a36783adbb687a074d0f7be8 /compiler/deSugar
parent2dff54b39f31a81cb410682cd8e735bda22d2b57 (diff)
downloadhaskell-4aae1918e68c71f14f52d9c96b51b2876744bac8.tar.gz
Typos in comments [skip ci]
Diffstat (limited to 'compiler/deSugar')
-rw-r--r--compiler/deSugar/Check.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/Check.hs b/compiler/deSugar/Check.hs
index 720c2c96f0..3bf52ceaa0 100644
--- a/compiler/deSugar/Check.hs
+++ b/compiler/deSugar/Check.hs
@@ -953,7 +953,7 @@ pmPatType (PmGrd { pm_grd_pv = pv })
-- fresh variables of the appropriate type for arguments)
mkOneConFull :: Id -> ConLike -> DsM (ValAbs, ComplexEq, Bag EvVar)
-- * x :: T tys, where T is an algebraic data type
--- NB: in the case of a data familiy, T is the *representation* TyCon
+-- NB: in the case of a data family, T is the *representation* TyCon
-- e.g. data instance T (a,b) = T1 a b
-- leads to
-- data TPair a b = T1 a b -- The "representation" type