From: Simon Marlow Date: Fri, 16 Nov 2007 09:12:27 +0000 (+0000) Subject: fix comment X-Git-Tag: 2008-05-28~114 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=89a7d9699bfbe3a970179add0351fd468435f530;p=ghc-base.git fix comment --- diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index 094ff05..022817f 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -569,7 +569,7 @@ addMVarFinalizer (MVar m) finalizer = \begin{code} #ifdef mingw32_HOST_OS --- Note: threadDelay, threadWaitRead and threadWaitWrite aren't really functional +-- Note: threadWaitRead and threadWaitWrite aren't really functional -- on Win32, but left in there because lib code (still) uses them (the manner -- in which they're used doesn't cause problems on a Win32 platform though.)