summaryrefslogtreecommitdiff
path: root/compiler/types/Unify.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-01-24 14:54:31 +0100
committerGabor Greif <ggreif@gmail.com>2017-01-25 12:49:23 +0100
commite4ae78ae118f5b009a87b71f9ec21fb00962283a (patch)
treeb7d52b11fac094b1f5e403f317ea9489550213aa /compiler/types/Unify.hs
parent675b54f399a9ef131183528b50a8aa4a06209f74 (diff)
downloadhaskell-e4ae78ae118f5b009a87b71f9ec21fb00962283a.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/types/Unify.hs')
-rw-r--r--compiler/types/Unify.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/Unify.hs b/compiler/types/Unify.hs
index 42febcb30c..c2f2141e9e 100644
--- a/compiler/types/Unify.hs
+++ b/compiler/types/Unify.hs
@@ -128,7 +128,7 @@ tcMatchTysX subst tys1 tys2
tcMatchTyKisX :: TCvSubst -- ^ Substitution to extend
-> [Type] -- ^ Template
-> [Type] -- ^ Target
- -> Maybe TCvSubst -- ^ One-shot subtitution
+ -> Maybe TCvSubst -- ^ One-shot substitution
tcMatchTyKisX subst tys1 tys2
= tc_match_tys_x True subst tys1 tys2