mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Remove stray word in a comment
This commit is contained in:
parent
9b82580c73
commit
06e3552ad0
@ -517,7 +517,7 @@ impl<T> OnceLock<T> {
|
||||
res = Err(e);
|
||||
|
||||
// Treat the underlying `Once` as poisoned since we
|
||||
// failed to initialize our value. Calls
|
||||
// failed to initialize our value.
|
||||
p.poison();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user