[commit: ghc] ghc-8.0: base: Fix haddock typo (13bef02)

git at git.haskell.org git at git.haskell.org
Tue Mar 29 17:38:30 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/13bef024146892b877109bba534a908f3b0f29d2/ghc

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

commit 13bef024146892b877109bba534a908f3b0f29d2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Mar 29 18:59:57 2016 +0200

    base: Fix haddock typo
    
    (cherry picked from commit eb6b7094c80fda5cc7c1d1ed3386486996f24bff)


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

13bef024146892b877109bba534a908f3b0f29d2
 libraries/base/Data/Typeable/Internal.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/Data/Typeable/Internal.hs b/libraries/base/Data/Typeable/Internal.hs
index 87e5c88..dfc089f 100644
--- a/libraries/base/Data/Typeable/Internal.hs
+++ b/libraries/base/Data/Typeable/Internal.hs
@@ -224,7 +224,7 @@ mkFunTy  :: TypeRep -> TypeRep -> TypeRep
 mkFunTy f a = mkTyConApp tcFun [f,a]
 
 -- | Splits a type constructor application.
--- Note that if the type construcotr is polymorphic, this will
+-- Note that if the type constructor is polymorphic, this will
 -- not return the kinds that were used.
 -- See 'splitPolyTyConApp' if you need all parts.
 splitTyConApp :: TypeRep -> (TyCon,[TypeRep])



More information about the ghc-commits mailing list