We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0b9a2 commit 0da46d1Copy full SHA for 0da46d1
src/tools/miri/tests/pass/tls/tls_leak_main_thread_allowed.rs
@@ -13,7 +13,7 @@ pub fn main() {
13
TLS.set(Some(Box::leak(Box::new(123))));
14
15
// We can only ignore leaks on targets that use `#[thread_local]` statics to implement
16
- // `thread_local!`. Ignore the test on targest that don't.
+ // `thread_local!`. Ignore the test on targets that don't.
17
if cfg!(target_thread_local) {
18
thread_local! {
19
static TLS_KEY: Cell<Option<&'static i32>> = Cell::new(None);
0 commit comments