runtime: fix a spelling mistake (#3503)

This commit is contained in:
surechen
2021-02-04 12:30:31 +01:00
committed by GitHub
parent cc97fb8a5f
commit 3e5a0a7df6
+1 -1
View File
@@ -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() {