From cf9db9cc7f113ccb98957c6cb5a1cc3dac6fdfde Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 30 Oct 2018 20:32:05 -0400 Subject: [PATCH] fix typo --- tests/parallel/true_parallel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parallel/true_parallel.rs b/tests/parallel/true_parallel.rs index 278e2e0..834ce51 100644 --- a/tests/parallel/true_parallel.rs +++ b/tests/parallel/true_parallel.rs @@ -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({