Fix typo in comment.

Reported by:		@danfe
Approved by:		re (kib@)
MFC after:		1 week
X-MFC:			r338941
This commit is contained in:
Michael Tuexen 2018-09-28 19:47:32 +00:00
parent ff13c0a24f
commit 3552f16d82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339004

View File

@ -7210,7 +7210,7 @@ sctp_move_to_outqueue(struct sctp_tcb *stcb,
if ((sp->msg_is_complete) && (sp->length == 0)) {
if (sp->sender_all_done) {
/*
* We are doing defered cleanup. Last time through
* We are doing deferred cleanup. Last time through
* when we took all the data the sender_all_done was
* not set.
*/