From: stolz Date: Fri, 26 Jul 2002 12:12:33 +0000 (+0000) Subject: [project @ 2002-07-26 12:12:33 by stolz] X-Git-Tag: nhc98-1-18-release~927 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2cb3e62ec5574d834b594b0523294dc5c26b371d;p=ghc-base.git [project @ 2002-07-26 12:12:33 by stolz] Fix typo. --- diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index 9fff827..d41b462 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -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.