mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-15 00:00:15 +02:00
runtime: fix a spelling mistake (#3503)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user