mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
runtime: fix a spelling mistake (#3503)
This commit is contained in:
parent
cc97fb8a5f
commit
3e5a0a7df6
@ -129,7 +129,7 @@ impl<P: Park> BasicScheduler<P> {
|
||||
pin!(future);
|
||||
|
||||
// Attempt to steal the dedicated parker and block_on the future if we can there,
|
||||
// othwerwise, lets select on a notification that the parker is available
|
||||
// otherwise, lets select on a notification that the parker is available
|
||||
// or the future is complete.
|
||||
loop {
|
||||
if let Some(inner) = &mut self.take_inner() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user