]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/thread.rs
Merge pull request #20674 from jbcrail/fix-misspelled-comments
[rust.git] / src / libstd / thread.rs
index 71321ed3b7174208cd15da1cbf89d8924af1c41e..c103365745cd612207f2112322a3c21f9c70b0f7 100644 (file)
 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.
 #[stable]
 pub struct Builder {