Deduplicate words in code comments
This commit is contained in:
parent
c7b19b04cb
commit
e75572c879
18 changed files with 23 additions and 24 deletions
|
|
@ -162,7 +162,7 @@ rust_kernel::release_scheduler_id(rust_sched_id id) {
|
|||
}
|
||||
|
||||
/*
|
||||
Called by rust_sched_reaper to join every every terminating scheduler thread,
|
||||
Called by rust_sched_reaper to join every terminating scheduler thread,
|
||||
so that we can be sure they have completely exited before the process exits.
|
||||
If we don't join them then we can see valgrind errors due to un-freed pthread
|
||||
memory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue