Remove stray word in a comment

This commit is contained in:
Alex Gaynor 2024-09-02 09:44:03 -04:00 committed by GitHub
parent 9b82580c73
commit 06e3552ad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
}
}