[commit: ghc] master: Comment typos: Mkae -> Make, Hsakell -> Haskell (cb05860)
git at git.haskell.org
git at git.haskell.org
Sat Apr 30 18:14:26 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cb0586075e7fed5439949cc39862f5ea66403394/ghc
>---------------------------------------------------------------
commit cb0586075e7fed5439949cc39862f5ea66403394
Author: RyanGlScott <ryan.gl.scott at gmail.com>
Date: Sat Apr 30 14:10:30 2016 -0400
Comment typos: Mkae -> Make, Hsakell -> Haskell
[ci skip]
>---------------------------------------------------------------
cb0586075e7fed5439949cc39862f5ea66403394
compiler/typecheck/TcDeriv.hs | 2 +-
compiler/types/TyCoRep.hs | 2 +-
compiler/vectorise/Vectorise/Monad/Naming.hs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler/typecheck/TcDeriv.hs b/compiler/typecheck/TcDeriv.hs
index 28d154e..57a4037 100644
--- a/compiler/typecheck/TcDeriv.hs
+++ b/compiler/typecheck/TcDeriv.hs
@@ -2279,7 +2279,7 @@ a)) will be solved by the explicit Eq (N a) instance. We do *not*
create the superclasses by casting the superclass dictionaries for the
representation type.
-See the paper "Safe zero-cost coercions for Hsakell".
+See the paper "Safe zero-cost coercions for Haskell".
Note [DeriveAnyClass and default family instances]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/compiler/types/TyCoRep.hs b/compiler/types/TyCoRep.hs
index 118fd95..4cdd883 100644
--- a/compiler/types/TyCoRep.hs
+++ b/compiler/types/TyCoRep.hs
@@ -1752,7 +1752,7 @@ mkTCvSubst :: InScopeSet -> (TvSubstEnv, CvSubstEnv) -> TCvSubst
mkTCvSubst in_scope (tenv, cenv) = TCvSubst in_scope tenv cenv
mkTvSubst :: InScopeSet -> TvSubstEnv -> TCvSubst
--- ^ Mkae a TCvSubst with specified tyvar subst and empty covar subst
+-- ^ Make a TCvSubst with specified tyvar subst and empty covar subst
mkTvSubst in_scope tenv = TCvSubst in_scope tenv emptyCvSubstEnv
getTvSubstEnv :: TCvSubst -> TvSubstEnv
diff --git a/compiler/vectorise/Vectorise/Monad/Naming.hs b/compiler/vectorise/Vectorise/Monad/Naming.hs
index 9bb9bd1..1cb8d87 100644
--- a/compiler/vectorise/Vectorise/Monad/Naming.hs
+++ b/compiler/vectorise/Vectorise/Monad/Naming.hs
@@ -123,7 +123,7 @@ newTyVar fs k
= do u <- liftDs newUnique
return $ mkTyVar (mkSysTvName u fs) k
--- |Mkae a fresh coercion variable with the given kind.
+-- |Make a fresh coercion variable with the given kind.
newCoVar :: FastString -> Kind -> VM Var
newCoVar fs k
= do u <- liftDs newUnique
More information about the ghc-commits
mailing list