mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fix spelling error
This commit is contained in:
parent
8f38470a44
commit
15d788b7fa
3 changed files with 8 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue