[commit: base] master: Change a commonet not to refer to the Haskell 2010 report in particular (4e98602)

Ian Lynagh <[email protected]> Sat, 17 Nov 2012 15:15:15 -0800
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4e98602d7c709c080650be0c427da170f381f4b7

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

commit 4e98602d7c709c080650be0c427da170f381f4b7
Author: Ian Lynagh <[email protected]>
Date:   Sat Nov 17 20:11:26 2012 +0000

    Change a commonet not to refer to the Haskell 2010 report in particular

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

 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 c2b0e14..ccb43c2 100644
--- a/Foreign/C/Types.hs
+++ b/Foreign/C/Types.hs
@@ -51,7 +51,7 @@ module Foreign.C.Types
         , CClock(..),   CTime(..),    CUSeconds(..), CSUSeconds(..)
 
         -- extracted from CTime, because we don't want this comment in
-        -- the Haskell 2010 report:
+        -- the Haskell language reports:
 
         -- | To convert 'CTime' to 'Data.Time.UTCTime', use the following formula:
         --