summaryrefslogtreecommitdiff
path: root/rts/win32
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-04-28 12:56:56 +0200
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:03 -0400
commite87d0bf9a430bf52a0068b9b53dcc4592c8da930 (patch)
treeec7bc5f168eba9d8e100ec0e28b933afaef8de69 /rts/win32
parentdd06f930a3228ef7ae8ea5c7225552d6df21f662 (diff)
downloadhaskell-e87d0bf9a430bf52a0068b9b53dcc4592c8da930.tar.gz
winio: Update placeholder comment with actual function name.
Diffstat (limited to 'rts/win32')
-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.