diff --git a/tokio/src/runtime/basic_scheduler.rs b/tokio/src/runtime/basic_scheduler.rs index 860eab408a9..aeb01504c19 100644 --- a/tokio/src/runtime/basic_scheduler.rs +++ b/tokio/src/runtime/basic_scheduler.rs @@ -129,7 +129,7 @@ impl BasicScheduler

{ 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() {