Skip to content

Commit aee8e10

Browse files
authored
Rollup merge of rust-lang#112558 - eltociear:patch-21, r=thomcc
Fix typo in mod.rs assoicated -> associated
2 parents b7706e8 + 69de7ca commit aee8e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ mod local;
195195

196196
cfg_if::cfg_if! {
197197
if #[cfg(test)] {
198-
// Avoid duplicating the global state assoicated with thread-locals between this crate and
198+
// Avoid duplicating the global state associated with thread-locals between this crate and
199199
// realstd. Miri relies on this.
200200
pub use realstd::thread::{local_impl, AccessError, LocalKey};
201201
} else {

0 commit comments

Comments
 (0)