svn commit: r294146 - stable/10/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sat Jan 16 12:43:03 UTC 2016
Author: tuexen
Date: Sat Jan 16 12:43:02 2016
New Revision: 294146
URL: https://svnweb.freebsd.org/changeset/base/294146
Log:
MFC r285938:
Fix a typo reported by Erik Cederstrand.
Modified:
stable/10/sys/netinet/sctp_indata.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/netinet/sctp_indata.c
==============================================================================
--- stable/10/sys/netinet/sctp_indata.c Sat Jan 16 12:40:43 2016 (r294145)
+++ stable/10/sys/netinet/sctp_indata.c Sat Jan 16 12:43:02 2016 (r294146)
@@ -2490,7 +2490,7 @@ sctp_process_data(struct mbuf **mm, int
struct mbuf *op_err;
char msg[SCTP_DIAG_INFO_LEN];
- snprintf(msg, sizeof(msg), "DATA chunk followwd by chunk of type %2.2x",
+ snprintf(msg, sizeof(msg), "DATA chunk followed by chunk of type %2.2x",
ch->ch.chunk_type);
op_err = sctp_generate_cause(SCTP_CAUSE_PROTOCOL_VIOLATION, msg);
sctp_abort_association(inp, stcb,
More information about the svn-src-stable
mailing list