Rollup merge of #129890 - alex:patch-1, r=workingjubilee

Remove stray word in a comment
This commit is contained in:
Matthias Krüger 2024-09-02 22:35:22 +02:00 committed by GitHub
commit 3ddf061926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -517,7 +517,7 @@ fn initialize<F, E>(&self, f: F) -> Result<(), E>
res = Err(e);
// Treat the underlying `Once` as poisoned since we
// failed to initialize our value. Calls
// failed to initialize our value.
p.poison();
}
}