[commit: base] master: Fix typo; spotted by Gabor Greif (aedfd7e)
Ian Lynagh
igloo at earth.li
Sat Jun 16 21:41:17 CEST 2012
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 <igloo at earth.li>
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)
More information about the Cvs-libraries
mailing list