summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcBinds.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-05-26 11:08:54 +0200
committerGabor Greif <ggreif@gmail.com>2017-05-26 14:49:41 +0200
commit19c4203f12a849e1d468d7c1de5cd6bfe75a4bc1 (patch)
treec6bff37189ffcf0a997dc8e556e79f48c28e2a8d /compiler/typecheck/TcBinds.hs
parentad14efd539377aaf472ad69449dcaf3e679b0e51 (diff)
downloadhaskell-19c4203f12a849e1d468d7c1de5cd6bfe75a4bc1.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/typecheck/TcBinds.hs')
-rw-r--r--compiler/typecheck/TcBinds.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcBinds.hs b/compiler/typecheck/TcBinds.hs
index 70e444e65c..ec8f235fa0 100644
--- a/compiler/typecheck/TcBinds.hs
+++ b/compiler/typecheck/TcBinds.hs
@@ -1619,7 +1619,7 @@ decideGeneralisationPlan dflags lbinds closed sig_fn
binds = map unLoc lbinds
partial_sig_mrs :: [Bool]
- -- One for each parital signature (so empty => no partial sigs)
+ -- One for each partial signature (so empty => no partial sigs)
-- The Bool is True if the signature has no constraint context
-- so we should apply the MR
-- See Note [Partial type signatures and generalisation]