[commit: ghc] master: Typo in comment (5412899)
git at git.haskell.org
git at git.haskell.org
Mon Jan 18 11:54:50 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/54128992b2ae8b18816e74fd02bc49833dda031e/ghc
>---------------------------------------------------------------
commit 54128992b2ae8b18816e74fd02bc49833dda031e
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Jan 18 11:55:20 2016 +0000
Typo in comment
>---------------------------------------------------------------
54128992b2ae8b18816e74fd02bc49833dda031e
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 0ad02e5..6d30958 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