Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 12:50:53 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r283723 - stable/10/sys/netinet
Message-ID:  <201505291250.t4TCorU1041150@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291250.t4TCorU1041150>