[commit: ghc] master: Typo in comment (8af2f70)

git at git.haskell.org git at git.haskell.org
Sun Jul 13 11:35:01 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8af2f702210b359dad1e65fb029ddf934b967edc/ghc

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

commit 8af2f702210b359dad1e65fb029ddf934b967edc
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sun Jul 13 11:52:17 2014 +0200

    Typo in comment


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

8af2f702210b359dad1e65fb029ddf934b967edc
 compiler/typecheck/TcExpr.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcExpr.lhs b/compiler/typecheck/TcExpr.lhs
index d4120d0..7e6c495 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)



More information about the ghc-commits mailing list