[commit: base] master: Fix a typo (57a735a)
Ian Lynagh
igloo at earth.li
Sun Nov 18 00:15:12 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/57a735a8ba34d49b0ba3397666c3ec5203972f99
>---------------------------------------------------------------
commit 57a735a8ba34d49b0ba3397666c3ec5203972f99
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Nov 17 20:09:52 2012 +0000
Fix a typo
>---------------------------------------------------------------
Foreign/C/Types.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Foreign/C/Types.hs b/Foreign/C/Types.hs
index 9da95a9..c2b0e14 100644
--- a/Foreign/C/Types.hs
+++ b/Foreign/C/Types.hs
@@ -44,7 +44,7 @@ module Foreign.C.Types
, CIntPtr(..), CUIntPtr(..), CIntMax(..), CUIntMax(..)
-- ** Numeric types
- -- | These types are are represented as @newtype at s of basic
+ -- | These types are represented as @newtype at s of basic
-- foreign types, and are instances of
-- 'Prelude.Eq', 'Prelude.Ord', 'Prelude.Num', 'Prelude.Read',
-- 'Prelude.Show', 'Prelude.Enum', 'Typeable' and 'Storable'.
More information about the Cvs-libraries
mailing list