[commit: ghc] master: Typo (f9def07)

git at git.haskell.org git at git.haskell.org
Thu Jun 5 23:26:42 UTC 2014


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

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

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

commit f9def077e0938513b62863f3018ad07017e79238
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Fri Jun 6 01:26:34 2014 +0200

    Typo


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

f9def077e0938513b62863f3018ad07017e79238
 compiler/hsSyn/HsTypes.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/hsSyn/HsTypes.lhs b/compiler/hsSyn/HsTypes.lhs
index 6f65a12..098d45f 100644
--- a/compiler/hsSyn/HsTypes.lhs
+++ b/compiler/hsSyn/HsTypes.lhs
@@ -163,7 +163,7 @@ mkHsWithBndrs x = HsWB { hswb_cts = x, hswb_kvs = panic "mkHsTyWithBndrs:kvs"
                                      , hswb_tvs = panic "mkHsTyWithBndrs:tvs" }
 
 
--- | These names are used eary on to store the names of implicit
+-- | These names are used early on to store the names of implicit
 -- parameters.  They completely disappear after type-checking.
 newtype HsIPName = HsIPName FastString-- ?x
   deriving( Eq, Data, Typeable )



More information about the ghc-commits mailing list