Fix a typo in thread_local_dtor.rs
This commit is contained in:
parent
71a784d763
commit
5ec0540da5
@ -1,6 +1,6 @@
|
|||||||
//! Thread-local destructor
|
//! Thread-local destructor
|
||||||
//!
|
//!
|
||||||
//! Besides thread-local "keys" (pointer-sized non-adressable thread-local store
|
//! Besides thread-local "keys" (pointer-sized non-addressable thread-local store
|
||||||
//! with an associated destructor), many platforms also provide thread-local
|
//! with an associated destructor), many platforms also provide thread-local
|
||||||
//! destructors that are not associated with any particular data. These are
|
//! destructors that are not associated with any particular data. These are
|
||||||
//! often more efficient.
|
//! often more efficient.
|
||||||
|
Loading…
Reference in New Issue
Block a user