Fix spelling error

This commit is contained in:
Emil Fresk 2023-01-31 15:55:14 +01:00 committed by Henrik Tjäder
parent 8f38470a44
commit 15d788b7fa
3 changed files with 8 additions and 8 deletions

View file

@ -82,7 +82,7 @@ impl<T> Arbiter<T> {
// which happens outside this `poll_fn`'s stack frame.
let link = unsafe { link_ptr.get() };
if let Some(link) = link {
if link.is_poped() {
if link.is_popped() {
return Poll::Ready(());
}
} else {