[commit: ghc] ghc-8.0: Typo in comment (30d0313)
git at git.haskell.org
git at git.haskell.org
Mon Jan 18 13:05:51 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/30d0313dc177441bc68df4377cefeac5631cf008/ghc
>---------------------------------------------------------------
commit 30d0313dc177441bc68df4377cefeac5631cf008
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Jan 18 11:55:20 2016 +0000
Typo in comment
(cherry picked from commit 54128992b2ae8b18816e74fd02bc49833dda031e)
>---------------------------------------------------------------
30d0313dc177441bc68df4377cefeac5631cf008
compiler/typecheck/TcSMonad.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcSMonad.hs b/compiler/typecheck/TcSMonad.hs
index 9777ce9..7921603 100644
--- a/compiler/typecheck/TcSMonad.hs
+++ b/compiler/typecheck/TcSMonad.hs
@@ -1117,7 +1117,7 @@ Note [Adding an inert canonical constraint the InertCans]
* [Given/Wanted] a ~N ty
1. Add it to inert_eqs
2. Emit [D] a~ty
- As a result of (2), the current model will rewrite teh new [D] a~ty
+ As a result of (2), the current model will rewrite the new [D] a~ty
during canonicalisation, and then it'll be added to the model using
the steps of [Derived] above.
More information about the ghc-commits
mailing list