Skip to content

Commit

Permalink
runtime: fix a spelling mistake (#3503)
Browse files Browse the repository at this point in the history
  • Loading branch information
surechen committed Feb 4, 2021
1 parent cc97fb8 commit 3e5a0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/basic_scheduler.rs
Expand Up @@ -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() {
Expand Down

0 comments on commit 3e5a0a7

Please sign in to comment.