summaryrefslogtreecommitdiff
path: root/src/System/Console/Concurrent
diff options
context:
space:
mode:
authorJoey Hess2016-03-06 16:42:13 -0400
committerJoey Hess2016-03-06 16:42:13 -0400
commitf60f4167dc8613114e724f8ae002a08774be3da1 (patch)
tree097e152c6cd9a38fc6bd0a4709421fc4be83a02a /src/System/Console/Concurrent
parenta4fadff6ff68dd0030d2a83f34aa3c2642dec6e9 (diff)
propellor spin
Diffstat (limited to 'src/System/Console/Concurrent')
-rw-r--r--src/System/Console/Concurrent/Internal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System/Console/Concurrent/Internal.hs b/src/System/Console/Concurrent/Internal.hs
index a2554cb6..5b9cf454 100644
--- a/src/System/Console/Concurrent/Internal.hs
+++ b/src/System/Console/Concurrent/Internal.hs
@@ -452,7 +452,7 @@ bufferWriter ts = do
bufferOutputSTM' outh b
-- worker1 might be blocked waiting for the output
-- lock, and we've already done its job, so cancel it
- -- cancel worker1
+ cancel worker1
-- Adds a value to the OutputBuffer. When adding Output to a Handle,
-- it's cheaper to combine it with any already buffered Output to that