about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-06-06 00:58:37 -0700
committerbors <bors@rust-lang.org>2013-06-06 00:58:37 -0700
commit7ce700aa6528df24b39b65e2e8c3c6cd1758a02b (patch)
tree5e0f82a1394c2acc0429db7b1df8e51794e17a24 /src/rt/rust_kernel.cpp
parent7e62ad6876550e9a7de7f5e6039707f4a8e15f9b (diff)
parente75572c879a5fb9d95e4fe95465a5bf19c7db076 (diff)
downloadrust-7ce700aa6528df24b39b65e2e8c3c6cd1758a02b.tar.gz
rust-7ce700aa6528df24b39b65e2e8c3c6cd1758a02b.zip
auto merge of #6966 : alco/rust/fix-typo, r=sanxiyn
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.