From fb247e41680ff7af30ef759d6795a4f9c73efa14 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 10 Jul 2008 19:08:55 +0000 Subject: [PATCH] Fix haddocking with older haddocks --- GHC/Conc.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index bbf5a60..9ddb9c4 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -361,7 +361,7 @@ data BlockReason -- ^currently in a foreign call | BlockedOnOther -- ^blocked on some other resource. Without @-threaded@, - -- I/O and 'threadDelay' show up as 'BlockedOnOther', with @-threaded@ + -- I\/O and 'threadDelay' show up as 'BlockedOnOther', with @-threaded@ -- they show up as 'BlockedOnMVar'. deriving (Eq,Ord,Show) -- 1.7.10.4