sctp(4): Fix a typo in an INVARIANTS panic message
- s/failes/fails/ MFC after: 1 week
This commit is contained in:
parent
99454d3e98
commit
4bd030b369
@ -7501,7 +7501,7 @@ dont_do_it:
|
||||
if (chk->data == NULL) {
|
||||
/* HELP, TSNH since we assured it would not above? */
|
||||
#ifdef INVARIANTS
|
||||
panic("prepend failes HELP?");
|
||||
panic("prepend fails HELP?");
|
||||
#else
|
||||
SCTP_PRINTF("prepend fails HELP?\n");
|
||||
sctp_free_a_chunk(stcb, chk, so_locked);
|
||||
@ -10434,7 +10434,7 @@ sctp_fill_in_rest:
|
||||
/*-
|
||||
* Now populate the strseq list. This is done blindly
|
||||
* without pulling out duplicate stream info. This is
|
||||
* inefficent but won't harm the process since the peer will
|
||||
* inefficient but won't harm the process since the peer will
|
||||
* look at these in sequence and will thus release anything.
|
||||
* It could mean we exceed the PMTU and chop off some that
|
||||
* we could have included.. but this is unlikely (aka 1432/4
|
||||
|
Loading…
x
Reference in New Issue
Block a user