diff options
author | tuexen <tuexen@FreeBSD.org> | 2015-05-29 12:50:53 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2015-05-29 12:50:53 +0000 |
commit | 44f9f670c91c5a354e5d9a0fa7487f1f1166b90f (patch) | |
tree | e55ae60a394dedced0fe2997ac806274786dd191 | |
parent | c929c897c8c4cd4cc19ebc43937c9d47c0eae506 (diff) | |
download | FreeBSD-src-44f9f670c91c5a354e5d9a0fa7487f1f1166b90f.zip FreeBSD-src-44f9f670c91c5a354e5d9a0fa7487f1f1166b90f.tar.gz |
MFC r279841:
Fix a typo.
-rw-r--r-- | sys/netinet/sctp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c index d7a3f0c..d8422b9 100644 --- a/sys/netinet/sctp_timer.c +++ b/sys/netinet/sctp_timer.c @@ -152,7 +152,7 @@ sctp_threshold_management(struct sctp_inpcb *inp, struct sctp_tcb *stcb, 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); |