File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: abdb6cd71bdd5b66d42ddfc517c9adf318b17c9f
2
+ refs/heads/master: 7dad31d11cc4180ac97525fab9c5e3e29c8a894c
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ rust_scheduler::reap_dead_tasks(int id) {
104
104
return ;
105
105
}
106
106
107
- // First make up copy of the dead_task list with the lock held
107
+ // First make a copy of the dead_task list with the lock held
108
108
size_t dead_tasks_len = dead_tasks.length ();
109
109
rust_task **dead_tasks_copy = (rust_task**)
110
110
srv->malloc (sizeof (rust_task*) * dead_tasks_len);
@@ -145,7 +145,7 @@ rust_scheduler::reap_dead_tasks(int id) {
145
145
}
146
146
147
147
// Now unlock again because we have to actually free the dead tasks,
148
- // and that may end up wanting to do lock the task and sched locks
148
+ // and that may end up wanting to lock the task and sched locks
149
149
// again (via target->send)
150
150
lock.unlock ();
151
151
You can’t perform that action at this time.
0 commit comments