diff options
Diffstat (limited to 'rts/Capability.c')
-rw-r--r-- | rts/Capability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Capability.c b/rts/Capability.c index c112349925..aedce0dd8e 100644 --- a/rts/Capability.c +++ b/rts/Capability.c @@ -796,7 +796,7 @@ void waitForCapability (Capability **pCap, Task *task) } } - // record the Capability as the one this Task is now assocated with. + // record the Capability as the one this Task is now associated with. task->cap = cap; } else { |