Skip to content

Commit fc05235

Browse files
committed
Fix a typo in thread_local_dtor.rs
1 parent 26ea9eb commit fc05235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys_common/thread_local_dtor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Thread-local destructor
22
//!
3-
//! Besides thread-local "keys" (pointer-sized non-adressable thread-local store
3+
//! Besides thread-local "keys" (pointer-sized non-addressable thread-local store
44
//! with an associated destructor), many platforms also provide thread-local
55
//! destructors that are not associated with any particular data. These are
66
//! often more efficient.

0 commit comments

Comments
 (0)