We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf0a01a + 28e45bb commit 55dbffeCopy full SHA for 55dbffe
src/libstd/sys/unix/ext/thread.rs
@@ -30,7 +30,7 @@ pub trait JoinHandleExt {
30
///
31
/// This function **transfers ownership** of the underlying pthread_t to
32
/// the caller. Callers are then the unique owners of the pthread_t and
33
- /// must either detech or join the pthread_t once it's no longer needed.
+ /// must either detach or join the pthread_t once it's no longer needed.
34
fn into_pthread_t(self) -> RawPthread;
35
}
36
0 commit comments