mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
sctp: Fix a typo in a comment
- s/assue/assume/ MFC after: 3 days
This commit is contained in:
parent
8c15a9ce53
commit
d2e616147d
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ sctp_process_init_ack(struct mbuf *m, int iphlen, int offset,
|
|||
|
||||
/*
|
||||
* Cancel the INIT timer, We do this first before queueing the
|
||||
* cookie. We always cancel at the primary to assue that we are
|
||||
* cookie. We always cancel at the primary to assume that we are
|
||||
* canceling the timer started by the INIT which always goes to the
|
||||
* primary.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue