From owner-svn-src-head@freebsd.org Mon May 9 16:35:06 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4768B33C2C; Mon, 9 May 2016 16:35:06 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 867461B1E; Mon, 9 May 2016 16:35:06 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u49GZ5Cs040317; Mon, 9 May 2016 16:35:05 GMT (envelope-from tuexen@FreeBSD.org) Received: (from tuexen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u49GZ5pJ040316; Mon, 9 May 2016 16:35:05 GMT (envelope-from tuexen@FreeBSD.org) Message-Id: <201605091635.u49GZ5pJ040316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tuexen set sender to tuexen@FreeBSD.org using -f From: Michael Tuexen Date: Mon, 9 May 2016 16:35:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299273 - head/sys/netinet X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2016 16:35:06 -0000 Author: tuexen Date: Mon May 9 16:35:05 2016 New Revision: 299273 URL: https://svnweb.freebsd.org/changeset/base/299273 Log: Cleanup a comment. MFC after: 1 week Modified: head/sys/netinet/sctp_timer.c Modified: head/sys/netinet/sctp_timer.c ============================================================================== --- head/sys/netinet/sctp_timer.c Mon May 9 16:34:06 2016 (r299272) +++ head/sys/netinet/sctp_timer.c Mon May 9 16:35:05 2016 (r299273) @@ -1076,8 +1076,8 @@ sctp_cookie_timer(struct sctp_inpcb *inp return (1); } /* - * cleared threshold management now lets backoff the address & select - * an alternate + * Cleared threshold management, now lets backoff the address and + * select an alternate */ stcb->asoc.dropped_special_cnt = 0; sctp_backoff_on_timeout(stcb, cookie->whoTo, 1, 0, 0); @@ -1122,8 +1122,8 @@ sctp_strreset_timer(struct sctp_inpcb *i return (1); } /* - * cleared threshold management now lets backoff the address & select - * an alternate + * Cleared threshold management, now lets backoff the address and + * select an alternate */ sctp_backoff_on_timeout(stcb, strrst->whoTo, 1, 0, 0); alt = sctp_find_alternate_net(stcb, strrst->whoTo, 0);