[commit: ghc] master: Tyop in comment (9b93ac6)

git at git.haskell.org git at git.haskell.org
Sun Jun 29 09:22:38 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9b93ac66582b2b6dfa9e957f0743180d97a29dc4/ghc

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

commit 9b93ac66582b2b6dfa9e957f0743180d97a29dc4
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sun Jun 29 11:20:34 2014 +0200

    Tyop in comment


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

9b93ac66582b2b6dfa9e957f0743180d97a29dc4
 compiler/typecheck/TcGenGenerics.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcGenGenerics.lhs b/compiler/typecheck/TcGenGenerics.lhs
index ea87520..044d058 100644
--- a/compiler/typecheck/TcGenGenerics.lhs
+++ b/compiler/typecheck/TcGenGenerics.lhs
@@ -651,7 +651,7 @@ tc_mkRepTy gk_ tycon metaDts =
 -- Meta-information
 --------------------------------------------------------------------------------
 
-data MetaTyCons = MetaTyCons { -- One meta datatype per dataype
+data MetaTyCons = MetaTyCons { -- One meta datatype per datatype
                                metaD :: TyCon
                                -- One meta datatype per constructor
                              , metaC :: [TyCon]



More information about the ghc-commits mailing list