summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Exception.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-03-12 21:41:29 +0000
committerIan Lynagh <igloo@earth.li>2010-03-12 21:41:29 +0000
commit522a41a9cf2e9b3c147f77c1169248cdf85c8396 (patch)
treea437349b826ad30fa3c34892912c445c76a65172 /libraries/base/GHC/IO/Exception.hs
parentf73dee62a662a107ae934a32f4880dcf5fde7a0e (diff)
downloadhaskell-522a41a9cf2e9b3c147f77c1169248cdf85c8396.tar.gz
Tweak docs
Diffstat (limited to 'libraries/base/GHC/IO/Exception.hs')
-rw-r--r--libraries/base/GHC/IO/Exception.hs2
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