svn commit: r283723 - stable/10/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Fri May 29 12:50:53 UTC 2015


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);


More information about the svn-src-all mailing list