From: Simon Marlow Date: Mon, 17 Sep 2007 13:07:03 +0000 (+0000) Subject: typo X-Git-Tag: 2008-05-28~131 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=688c2e1d5d3490a0a4ba8b51fd9341430261572d;p=ghc-base.git typo --- diff --git a/GHC/IOBase.lhs b/GHC/IOBase.lhs index 896806a..3f93ef9 100644 --- a/GHC/IOBase.lhs +++ b/GHC/IOBase.lhs @@ -652,7 +652,7 @@ data Exception | BlockedIndefinitely -- ^The current thread was waiting to retry an atomic memory transaction -- that could never become possible to complete because there are no other - -- threads referring to any of teh TVars involved. + -- threads referring to any of the TVars involved. | NestedAtomically -- ^The runtime detected an attempt to nest one STM transaction -- inside another one, presumably due to the use of