]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Fix a typo reported by Erik Cederstrand.
authortuexen <tuexen@FreeBSD.org>
Tue, 28 Jul 2015 08:50:13 +0000 (08:50 +0000)
committertuexen <tuexen@FreeBSD.org>
Tue, 28 Jul 2015 08:50:13 +0000 (08:50 +0000)
MFC after:  1 week

sys/netinet/sctp_indata.c

index 6b2efc94163b4e82a4e3d5cd0bf2facac112342c..a5eb3c6941dfdefdd68f0d232fecec4929f93ead 100644 (file)
@@ -2490,7 +2490,7 @@ sctp_process_data(struct mbuf **mm, int iphlen, int *offset, int length,
                                        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,