From a807fe2d831f6a00de394a72b7a4baecafdff950 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Mon, 9 May 2016 16:35:05 +0000 Subject: [PATCH] Cleanup a comment. MFC after: 1 week --- sys/netinet/sctp_timer.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c index 2d29fcbe817..ae6ec4970d6 100644 --- a/sys/netinet/sctp_timer.c +++ b/sys/netinet/sctp_timer.c @@ -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 *inp, struct sctp_tcb *stcb, 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);