We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ea9eb commit fc05235Copy full SHA for fc05235
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