diff options
Diffstat (limited to 'rts/win32/AsyncWinIO.c')
-rw-r--r-- | rts/win32/AsyncWinIO.c | 2 |
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. |