Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 23:22:55 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r364596 - stable/12/sys/netinet
Message-ID:  <202008232322.07NNMtcQ036716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008232322.07NNMtcQ036716>