Author: tuexen
Date: Fri May 29 12:50:53 2015
New Revision: 283723
URL: https://svnweb.freebsd.org/changeset/base/283723

Log:
  MFC r279841:
  
  Fix a typo.

Modified:
  stable/10/sys/netinet/sctp_timer.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/netinet/sctp_timer.c
==============================================================================
--- stable/10/sys/netinet/sctp_timer.c  Fri May 29 12:48:14 2015        
(r283722)
+++ stable/10/sys/netinet/sctp_timer.c  Fri May 29 12:50:53 2015        
(r283723)
@@ -152,7 +152,7 @@ sctp_threshold_management(struct sctp_in
                struct mbuf *op_err;
 
                op_err = sctp_generate_cause(SCTP_CAUSE_PROTOCOL_VIOLATION,
-                   "Association error couter exceeded");
+                   "Association error counter exceeded");
                inp->last_abort_code = SCTP_FROM_SCTP_TIMER + SCTP_LOC_1;
                sctp_abort_an_association(inp, stcb, op_err, 
SCTP_SO_NOT_LOCKED);
                return (1);
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to