Fix haddocking with older haddocks
authorIan Lynagh <igloo@earth.li>
Thu, 10 Jul 2008 19:08:55 +0000 (19:08 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 10 Jul 2008 19:08:55 +0000 (19:08 +0000)
GHC/Conc.lhs

index bbf5a60..9ddb9c4 100644 (file)
@@ -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)