mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 16:35:21 +00:00
fix typo
This commit is contained in:
parent
e355300554
commit
cf9db9cc7f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ fn true_parallel_same_keys() {
|
|||
});
|
||||
|
||||
// Thread 2 will wait until Thread 1 has entered sum and then --
|
||||
// once it has set tself to block -- signal Thread 1 to
|
||||
// once it has set itself to block -- signal Thread 1 to
|
||||
// continue. This way, we test out the mechanism of one thread
|
||||
// blocking on another.
|
||||
let thread2 = std::thread::spawn({
|
||||
|
|
Loading…
Reference in a new issue