1
Fork 0

Merge pull request #20674 from jbcrail/fix-misspelled-comments

Fix misspelled comments.

Reviewed-by: steveklabnik
This commit is contained in:
bors 2015-01-07 15:35:30 +00:00
commit c0216c8945
29 changed files with 38 additions and 38 deletions

View file

@ -164,7 +164,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.
#[stable]
pub struct Builder {