[commit: packages/base] ghc-7.8: Fix typo (f2b441d)

git at git.haskell.org git at git.haskell.org
Mon Dec 15 14:55:26 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/f2b441d6671cd619bd6a3843b8499f5cd958a509/base

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

commit f2b441d6671cd619bd6a3843b8499f5cd958a509
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Dec 15 08:53:52 2014 -0600

    Fix typo
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

f2b441d6671cd619bd6a3843b8499f5cd958a509
 GHC/Generics.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GHC/Generics.hs b/GHC/Generics.hs
index 1c81858..594b631 100644
--- a/GHC/Generics.hs
+++ b/GHC/Generics.hs
@@ -163,7 +163,7 @@ module GHC.Generics  (
 -- type 'D1' = 'M1' 'D'
 -- @
 --
--- The types 'S', 'C' and 'R' are once again type-level proxies, just used to create
+-- The types 'S', 'C' and 'D' are once again type-level proxies, just used to create
 -- several variants of 'M1'.
 
 -- *** Additional generic representation type constructors



More information about the ghc-commits mailing list