typo
authorSimon Marlow <simonmar@microsoft.com>
Mon, 17 Sep 2007 13:07:03 +0000 (13:07 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 17 Sep 2007 13:07:03 +0000 (13:07 +0000)
GHC/IOBase.lhs

index 896806a..3f93ef9 100644 (file)
@@ -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