summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-05-13 15:40:55 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-06-01 07:44:51 -0400
commit514a6a28db16793d6d2ca8fe7863e82943f56374 (patch)
tree5e35392d37250050e192d11790bdefa7011f8862 /rts/Schedule.c
parentef7ddd7348070a9149d162217280c0a50f2b213d (diff)
downloadhaskell-514a6a28db16793d6d2ca8fe7863e82943f56374.tar.gz
typos
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 9b1e98ea17..0a75bd1a55 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -1516,7 +1516,7 @@ static void acquireAllCapabilities(Capability *cap, Task *task)
ASSERT(SEQ_CST_LOAD(&pending_sync) != NULL);
for (i=0; i < n_capabilities; i++) {
- debugTrace(DEBUG_sched, "grabbing all the capabilies (%d/%d)",
+ debugTrace(DEBUG_sched, "grabbing all the capabilities (%d/%d)",
i, n_capabilities);
tmpcap = capabilities[i];
if (tmpcap != cap) {