Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
onnoowl committed Nov 15, 2023
1 parent 64ae373 commit 6c7abd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sctp/src/association/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ impl Association {
bytes_sent.fetch_add(raw.len(), Ordering::SeqCst);
}

// Reuse allocation. Have to use options, since spawn blocking can't borrow, has to take owernship.
// Reuse allocation. Have to use options, since spawn blocking can't borrow, has to take ownership.
buf.clear();
buffer = Some(buf);
}
Expand Down

0 comments on commit 6c7abd1

Please sign in to comment.