summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-01-21 16:19:09 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-08 15:02:31 -0500
commit56e669c11208bba136c44ee7154b59e0d4d39c87 (patch)
tree74cb23caf58784ae1d0c207639075279b67022f7 /rts/Schedule.c
parentb500867a9eae6381e5c686aaa71ae069398eacb9 (diff)
downloadhaskell-56e669c11208bba136c44ee7154b59e0d4d39c87.tar.gz
nonmoving: Fix Note references
Some references to Note [Deadlock detection under the non-moving collector] were missing an article.
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r--rts/Schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index 5b5e765231..93c155515f 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -1579,7 +1579,7 @@ void releaseAllCapabilities(uint32_t n, Capability *keep_cap, Task *task)
* Perform a garbage collection if necessary
* -------------------------------------------------------------------------- */
-// N.B. See Note [Deadlock detection under nonmoving collector] for rationale
+// N.B. See Note [Deadlock detection under the nonmoving collector] for rationale
// behind deadlock_detect argument.
static void
scheduleDoGC (Capability **pcap, Task *task USED_IF_THREADS,