Fix spelling error

This commit is contained in:
Emil Fresk 2023-01-31 15:55:14 +01:00 committed by Henrik Tjäder
parent bad222b5a3
commit 4c95224e72
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 {