summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-08-11 10:14:25 +0200
committerGabor Greif <ggreif@gmail.com>2016-08-16 11:48:32 +0200
commit34da8e5127d2c65ca219162ae5cd122dd9af5e25 (patch)
tree912d9cabd7d50b97969c7216ec8b67175faf3bb9
parentb222ef7b9bdb42d5aabf94ce0eafe7808a16af39 (diff)
downloadhaskell-34da8e5127d2c65ca219162ae5cd122dd9af5e25.tar.gz
Typo in comment
-rw-r--r--compiler/typecheck/TcRnTypes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcRnTypes.hs b/compiler/typecheck/TcRnTypes.hs
index e69e115dd0..02e53afa95 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.