Skip to content

Commit d51cf58

Browse files
committed
---
yaml --- r: 4871 b: refs/heads/master c: 7dad31d h: refs/heads/master i: 4869: bb7a962 4867: b0946c8 4863: 9cf28fa v: v3
1 parent cceec52 commit d51cf58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: abdb6cd71bdd5b66d42ddfc517c9adf318b17c9f
2+
refs/heads/master: 7dad31d11cc4180ac97525fab9c5e3e29c8a894c

trunk/src/rt/rust_scheduler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ rust_scheduler::reap_dead_tasks(int id) {
104104
return;
105105
}
106106

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
108108
size_t dead_tasks_len = dead_tasks.length();
109109
rust_task **dead_tasks_copy = (rust_task**)
110110
srv->malloc(sizeof(rust_task*) * dead_tasks_len);
@@ -145,7 +145,7 @@ rust_scheduler::reap_dead_tasks(int id) {
145145
}
146146

147147
// 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
149149
// again (via target->send)
150150
lock.unlock();
151151

0 commit comments

Comments
 (0)