summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a280c28bde..4c0d458819 100644
--- a/rts/win32/AsyncWinIO.c
+++ b/rts/win32/AsyncWinIO.c
@@ -127,7 +127,7 @@
unsound. In particular the GC assumes no heap objects are generated,
and no heap memory is requested while it is running.
- To work around this the scheduler invokes <insertName> which checks
+ To work around this the scheduler invokes queueIOThread which checks
if a new thread should be created. Since we only use this code path
in the non-threaded runtime this is safe. The scheduler is never
running concurrently with the GC or Mutator.