Fix typo in comment.

Submitted by Orgad Shaneh for the userland stack.
MFC after:		1 week
This commit is contained in:
Michael Tuexen 2020-06-06 21:26:34 +00:00
parent 0ec3e40ea5
commit 3f53d62236
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361877

View File

@ -5881,7 +5881,7 @@ sctp_pcb_finish(void)
* holding the lock. We won't find it on the list either and
* continue and free/destroy it. While holding the lock, spin, to
* avoid the race condition as sctp_iterator_worker() will have to
* wait to re-aquire the lock.
* wait to re-acquire the lock.
*/
if (sctp_it_ctl.iterator_running != 0 || sctp_it_ctl.cur_it != NULL) {
SCTP_IPI_ITERATOR_WQ_UNLOCK();