summaryrefslogtreecommitdiff
path: root/rts/win32/AsyncWinIO.c
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-04 15:24:31 -0400
committerGHC GitLab CI <ghc-ci@gitlab-haskell.org>2022-08-05 13:09:27 -0400
commit19bb7ea83b0599dcd214d2edc0f15bfc840bfccf (patch)
treeebe483eaa8ab3b4d272ef34d205bdabfd8fdacda /rts/win32/AsyncWinIO.c
parentf3b6d424e05f80e9ab964df7d3ecabc584955229 (diff)
downloadhaskell-wip/kill-ioport.tar.gz
Kill IOPort#wip/kill-ioport
Diffstat (limited to 'rts/win32/AsyncWinIO.c')
-rw-r--r--rts/win32/AsyncWinIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/AsyncWinIO.c b/rts/win32/AsyncWinIO.c
index 2c15dbad5a..e8fd8f0b39 100644
--- a/rts/win32/AsyncWinIO.c
+++ b/rts/win32/AsyncWinIO.c
@@ -147,7 +147,7 @@
* Create a thread to execute "runner"
We never truly shut down the IO Manager. While this means we
- might block forever on the IOPort if the IO Manager is no longer
+ might block forever on the MVar if the IO Manager is no longer
needed we consider this cheap compared to the complexity of
properly handling pausing and resuming of the manager.