svn commit: r364596 - stable/12/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sun Aug 23 23:22:55 UTC 2020
Author: tuexen
Date: Sun Aug 23 23:22:55 2020
New Revision: 364596
URL: https://svnweb.freebsd.org/changeset/base/364596
Log:
MFC r361877:
Fix typo in comment.
Submitted by Orgad Shaneh for the userland stack.
Modified:
stable/12/sys/netinet/sctp_pcb.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/netinet/sctp_pcb.c
==============================================================================
--- stable/12/sys/netinet/sctp_pcb.c Sun Aug 23 23:21:26 2020 (r364595)
+++ stable/12/sys/netinet/sctp_pcb.c Sun Aug 23 23:22:55 2020 (r364596)
@@ -5893,7 +5893,7 @@ retry:
* 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();
More information about the svn-src-all
mailing list