Skip to content

Commit ccc294c

Browse files
authored
Rollup merge of rust-lang#129890 - alex:patch-1, r=workingjubilee
Remove stray word in a comment
2 parents 6d0e687 + 9a76abd commit ccc294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: std/src/sync/once_lock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ impl<T> OnceLock<T> {
517517
res = Err(e);
518518

519519
// Treat the underlying `Once` as poisoned since we
520-
// failed to initialize our value. Calls
520+
// failed to initialize our value.
521521
p.poison();
522522
}
523523
}

0 commit comments

Comments
 (0)