Merge pull request #20674 from jbcrail/fix-misspelled-comments
Fix misspelled comments. Reviewed-by: steveklabnik
This commit is contained in:
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user