From 688c2e1d5d3490a0a4ba8b51fd9341430261572d Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 17 Sep 2007 13:07:03 +0000 Subject: [PATCH] typo --- GHC/IOBase.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4