summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-07-13 11:52:17 +0200
committerGabor Greif <ggreif@gmail.com>2014-07-13 13:34:11 +0200
commit8af2f702210b359dad1e65fb029ddf934b967edc (patch)
tree4d3c1607d20f4acf6c399ae5943d7ec9b50ba2ea
parent47640ca4e5cdb2882f0b30dec7b34f8c5c734171 (diff)
downloadhaskell-8af2f702210b359dad1e65fb029ddf934b967edc.tar.gz
Typo in comment
-rw-r--r--compiler/typecheck/TcExpr.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcExpr.lhs b/compiler/typecheck/TcExpr.lhs
index d4120d0fff..7e6c495506 100644
--- a/compiler/typecheck/TcExpr.lhs
+++ b/compiler/typecheck/TcExpr.lhs
@@ -76,7 +76,7 @@ import qualified Data.Set as Set
\begin{code}
tcPolyExpr, tcPolyExprNC
:: LHsExpr Name -- Expression to type check
- -> TcSigmaType -- Expected type (could be a polytpye)
+ -> TcSigmaType -- Expected type (could be a polytype)
-> TcM (LHsExpr TcId) -- Generalised expr with expected type
-- tcPolyExpr is a convenient place (frequent but not too frequent)