[project @ 2002-07-26 12:12:33 by stolz]
authorstolz <unknown>
Fri, 26 Jul 2002 12:12:33 +0000 (12:12 +0000)
committerstolz <unknown>
Fri, 26 Jul 2002 12:12:33 +0000 (12:12 +0000)
Fix typo.

Control/Concurrent.hs

index 9fff827..d41b462 100644 (file)
@@ -137,7 +137,7 @@ for input will block /all/ threads, unless the @threadsafe@ attribute
 is used on the foreign call (and your compiler \/ operating system
 supports it).  GHC's I\/O system uses non-blocking I\/O internally to
 implement thread-friendly I\/O, so calling standard Haskell I\/O
-functions blocks only the thead making the call.
+functions blocks only the thread making the call.
 -}
 
 -- Thread Ids, specifically the instances of Eq and Ord for these things.