[commit: ghc] master: Typo in comment (34da8e5)

git at git.haskell.org git at git.haskell.org
Tue Aug 16 09:49:36 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/34da8e5127d2c65ca219162ae5cd122dd9af5e25/ghc

>---------------------------------------------------------------

commit 34da8e5127d2c65ca219162ae5cd122dd9af5e25
Author: Gabor Greif <ggreif at gmail.com>
Date:   Thu Aug 11 10:14:25 2016 +0200

    Typo in comment


>---------------------------------------------------------------

34da8e5127d2c65ca219162ae5cd122dd9af5e25
 compiler/typecheck/TcRnTypes.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcRnTypes.hs b/compiler/typecheck/TcRnTypes.hs
index e69e115..02e53af 100644
--- a/compiler/typecheck/TcRnTypes.hs
+++ b/compiler/typecheck/TcRnTypes.hs
@@ -3163,7 +3163,7 @@ data TcPluginResult
   = TcPluginContradiction [Ct]
     -- ^ The plugin found a contradiction.
     -- The returned constraints are removed from the inert set,
-    -- and recorded as insoluable.
+    -- and recorded as insoluble.
 
   | TcPluginOk [(EvTerm,Ct)] [Ct]
     -- ^ The first field is for constraints that were solved.



More information about the ghc-commits mailing list