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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/aedfd7ea022e53d7ffcd954d76e9cb18fe28e5ab

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

commit aedfd7ea022e53d7ffcd954d76e9cb18fe28e5ab
Author: Ian Lynagh <[email protected]>
Date:   Thu Jun 14 20:01:15 2012 +0100

    Fix typo; spotted by Gabor Greif

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

 GHC/Conc/Sync.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GHC/Conc/Sync.lhs b/GHC/Conc/Sync.lhs
index 197ca8c..5387273 100644
--- a/GHC/Conc/Sync.lhs
+++ b/GHC/Conc/Sync.lhs
@@ -206,7 +206,7 @@ forkIO action = IO $ \ s ->
   action_plus = catchException action childHandler
 
 {-# DEPRECATED forkIOUnmasked "use forkIOWithUnmask instead" #-}
--- | This function is deprecated; use 'forkIOWIthUnmask' instead
+-- | This function is deprecated; use 'forkIOWithUnmask' instead
 forkIOUnmasked :: IO () -> IO ThreadId
 forkIOUnmasked io = forkIO (unsafeUnmask io)
 



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to