Skip to content

Commit 0da46d1

Browse files
committed
targest → targets (spotted as I had the same typo)
1 parent da0b9a2 commit 0da46d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/miri/tests/pass/tls/tls_leak_main_thread_allowed.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub fn main() {
1313
TLS.set(Some(Box::leak(Box::new(123))));
1414

1515
// 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.
16+
// `thread_local!`. Ignore the test on targets that don't.
1717
if cfg!(target_thread_local) {
1818
thread_local! {
1919
static TLS_KEY: Cell<Option<&'static i32>> = Cell::new(None);

0 commit comments

Comments
 (0)