about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorAlexei Sholik <alcosholik@gmail.com>2013-06-06 10:38:41 +0300
committerAlexei Sholik <alcosholik@gmail.com>2013-06-06 10:48:27 +0300
commite75572c879a5fb9d95e4fe95465a5bf19c7db076 (patch)
tree5e0f82a1394c2acc0429db7b1df8e51794e17a24 /src/rt/rust_kernel.cpp
parentc7b19b04cbde053f0cf7a15b989bc6546cd2e265 (diff)
downloadrust-e75572c879a5fb9d95e4fe95465a5bf19c7db076.tar.gz
rust-e75572c879a5fb9d95e4fe95465a5bf19c7db076.zip
Deduplicate words in code comments
Diffstat (limited to 'src/rt/rust_kernel.cpp')
-rw-r--r--src/rt/rust_kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp
index bf48554696e..c1c40222f1a 100644
--- a/src/rt/rust_kernel.cpp
+++ b/src/rt/rust_kernel.cpp
@@ -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.