aboutsummaryrefslogtreecommitdiff
path: root/rtic-channel
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-31 15:55:14 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:39 +0100
commit15d788b7fad0254ad3323962b8dd6753cf95796d (patch)
tree09ad6bf8e302341ea9f6bbdf46427b7002954388 /rtic-channel
parent8f38470a44407dd40e64e3f1cd193ff4f6d769c0 (diff)
Fix spelling error
Diffstat (limited to 'rtic-channel')
-rw-r--r--rtic-channel/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-channel/src/lib.rs b/rtic-channel/src/lib.rs
index 3cee78b..fef546b 100644
--- a/rtic-channel/src/lib.rs
+++ b/rtic-channel/src/lib.rs
@@ -267,7 +267,7 @@ impl<'a, T, const N: usize> Sender<'a, T, N> {
// 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 None;
} else {
// Fall through to dequeue