Author: tuexen
Date: Sat Jun  6 21:26:34 2020
New Revision: 361877
URL: https://svnweb.freebsd.org/changeset/base/361877

Log:
  Fix typo in comment.
  
  Submitted by Orgad Shaneh for the userland stack.
  MFC after:            1 week

Modified:
  head/sys/netinet/sctp_pcb.c

Modified: head/sys/netinet/sctp_pcb.c
==============================================================================
--- head/sys/netinet/sctp_pcb.c Sat Jun  6 21:07:50 2020        (r361876)
+++ head/sys/netinet/sctp_pcb.c Sat Jun  6 21:26:34 2020        (r361877)
@@ -5881,7 +5881,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();
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to