[commit: ghc] master: Spelling in comment (f114826)
git at git.haskell.org
git at git.haskell.org
Tue Dec 10 17:50:21 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f114826575c29bc578df64b8ba754609d9986fb6/ghc
>---------------------------------------------------------------
commit f114826575c29bc578df64b8ba754609d9986fb6
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Dec 10 17:49:58 2013 +0000
Spelling in comment
>---------------------------------------------------------------
f114826575c29bc578df64b8ba754609d9986fb6
compiler/typecheck/TcEvidence.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcEvidence.lhs b/compiler/typecheck/TcEvidence.lhs
index da48849..3e230d3 100644
--- a/compiler/typecheck/TcEvidence.lhs
+++ b/compiler/typecheck/TcEvidence.lhs
@@ -567,7 +567,7 @@ data EvTerm
| EvCoercion TcCoercion -- (Boxed) coercion bindings
-- See Note [Coercion evidence terms]
- | EvCast EvTerm TcCoercion -- d |> co, the coerction being at role representational
+ | EvCast EvTerm TcCoercion -- d |> co, the coercion being at role representational
| EvDFunApp DFunId -- Dictionary instance application
[Type] [EvTerm]
More information about the ghc-commits
mailing list