We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a784d commit 5ec0540Copy full SHA for 5ec0540
library/std/src/sys_common/thread_local_dtor.rs
@@ -1,6 +1,6 @@
1
//! Thread-local destructor
2
//!
3
-//! Besides thread-local "keys" (pointer-sized non-adressable thread-local store
+//! Besides thread-local "keys" (pointer-sized non-addressable thread-local store
4
//! with an associated destructor), many platforms also provide thread-local
5
//! destructors that are not associated with any particular data. These are
6
//! often more efficient.
0 commit comments