From 89a7d9699bfbe3a970179add0351fd468435f530 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 16 Nov 2007 09:12:27 +0000 Subject: [PATCH] fix comment --- GHC/Conc.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) -- 1.7.10.4