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
29 changed files with 38 additions and 38 deletions

View File

@@ -191,7 +191,7 @@ unsafe fn unregister_dtor(key: Key) -> bool {
//
// The callback specified receives a number of parameters from... someone!
// (the kernel? the runtime? I'm not qute sure!) There are a few events that
// this gets invoked for, but we're currentl only interested on when a
// this gets invoked for, but we're currently only interested on when a
// thread or a process "detaches" (exits). The process part happens for the
// last thread and the thread part happens for any normal thread.
//