runtime: fix a spelling mistake (#3503)

This commit is contained in:
surechen 2021-02-04 19:30:31 +08:00 committed by GitHub
parent cc97fb8a5f
commit 3e5a0a7df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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