diff options
author | Ian Lynagh <igloo@earth.li> | 2010-03-12 21:41:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-03-12 21:41:29 +0000 |
commit | 522a41a9cf2e9b3c147f77c1169248cdf85c8396 (patch) | |
tree | a437349b826ad30fa3c34892912c445c76a65172 /libraries/base/GHC/IO/Exception.hs | |
parent | f73dee62a662a107ae934a32f4880dcf5fde7a0e (diff) | |
download | haskell-522a41a9cf2e9b3c147f77c1169248cdf85c8396.tar.gz |
Tweak docs
Diffstat (limited to 'libraries/base/GHC/IO/Exception.hs')
-rw-r--r-- | libraries/base/GHC/IO/Exception.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO/Exception.hs b/libraries/base/GHC/IO/Exception.hs index b8c90838b8..4bb01cad8d 100644 --- a/libraries/base/GHC/IO/Exception.hs +++ b/libraries/base/GHC/IO/Exception.hs @@ -64,7 +64,7 @@ blockedIndefinitelyOnMVar = toException BlockedIndefinitelyOnMVar ----- --- |The thread is awaiting to retry an STM transaction, but there are no +-- |The thread is waiting to retry an STM transaction, but there are no -- other references to any @TVar@s involved, so it can't ever continue. data BlockedIndefinitelyOnSTM = BlockedIndefinitelyOnSTM deriving Typeable |