about summary refs log tree commit diff
path: root/src/libstd/thread.rs
diff options
context:
space:
mode:
authorJoseph Crail <jbcrail@gmail.com>2015-01-06 20:53:18 -0500
committerJoseph Crail <jbcrail@gmail.com>2015-01-06 20:53:18 -0500
commite3b7fedc20fcfe54e0ddb285fc6e6c6e862b3279 (patch)
treeca1ece110a6f8dc31f5c30b595687829c08f5e82 /src/libstd/thread.rs
parentea6f65c5f1a3f84e010d2cef02a0160804e9567a (diff)
downloadrust-e3b7fedc20fcfe54e0ddb285fc6e6c6e862b3279.tar.gz
rust-e3b7fedc20fcfe54e0ddb285fc6e6c6e862b3279.zip
Fix misspelled comments.
I cleaned up comments prior to the 1.0 alpha release.
Diffstat (limited to 'src/libstd/thread.rs')
-rw-r--r--src/libstd/thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/thread.rs b/src/libstd/thread.rs
index cc82d38ae2a..d7f30207273 100644
--- a/src/libstd/thread.rs
+++ b/src/libstd/thread.rs
@@ -142,7 +142,7 @@ use thunk::Thunk;
 use sys::thread as imp;
 use sys_common::{stack, thread_info};
 
-/// Thread configuation. Provides detailed control over the properties
+/// Thread configuration. Provides detailed control over the properties
 /// and behavior of new threads.
 pub struct Builder {
     // A name for the thread-to-be, for identification in panic messages