[commit: base] master: typo (71508e3)

Gabor Greif ggreif at gmail.com
Tue Feb 5 18:21:26 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/71508e360ff29fc6851ac1e9cee3ea2231862969

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

commit 71508e360ff29fc6851ac1e9cee3ea2231862969
Author: Gabor Greif <ggreif at gmail.com>
Date:   Tue Feb 5 18:15:40 2013 +0100

    typo

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

 GHC/TypeLits.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GHC/TypeLits.hs b/GHC/TypeLits.hs
index 2563ba7..f8b759e 100644
--- a/GHC/TypeLits.hs
+++ b/GHC/TypeLits.hs
@@ -219,7 +219,7 @@ instance Show (IsEven n) where
 
 ------------------------------------------------------------------------------ -}
 
--- | Unary implemenation of natural numbers.
+-- | Unary implementation of natural numbers.
 -- Used both at the type and at the value level.
 data Nat1 = Zero | Succ Nat1
 





More information about the ghc-commits mailing list