[commit: packages/base] master: s/therad/thread/ (072e299)

git at git.haskell.org git at git.haskell.org
Tue Dec 31 15:14:22 UTC 2013


Repository : ssh://git@git.haskell.org/base

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/072e299e5affd688bfbb35d120242238d259902b/base

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

commit 072e299e5affd688bfbb35d120242238d259902b
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Tue Dec 31 23:13:58 2013 +0800

    s/therad/thread/
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

072e299e5affd688bfbb35d120242238d259902b
 Data/IORef.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Data/IORef.hs b/Data/IORef.hs
index 1c1bb1b..0e5717c 100644
--- a/Data/IORef.hs
+++ b/Data/IORef.hs
@@ -150,7 +150,7 @@ atomicWriteIORef ref a = do
   operations cannot cause type-correct code to go wrong.  In
   particular, when inspecting the value read from an 'IORef', the
   memory writes that created that value must have occurred from the
-  point of view of the current therad.
+  point of view of the current thread.
 
   'atomicModifyIORef' acts as a barrier to reordering.  Multiple
   'atomicModifyIORef' operations occur in strict program order.  An



More information about the ghc-commits mailing list