summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-04-05 21:53:56 +0000
committerandvar <andvar@NetBSD.org>2023-04-05 21:53:56 +0000
commitb910f349c44c13a6ab0ea01eec31a679bc5d17ee (patch)
tree35810792080fcc5881c5578cbdf15cb55386c9db /sys/netinet
parent4822b7a5a924ba84324df5d35843c424e3e2120f (diff)
remove some double ee typos in comments.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_indata.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c
index 48c3a9026a4..dd8f4c48de2 100644
--- a/sys/netinet/sctp_indata.c
+++ b/sys/netinet/sctp_indata.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sctp_indata.c,v 1.12 2022/05/28 22:16:44 andvar Exp $ */
+/* $NetBSD: sctp_indata.c,v 1.13 2023/04/05 21:53:56 andvar Exp $ */
/* $KAME: sctp_indata.c,v 1.36 2005/03/06 16:04:17 itojun Exp $ */
/*
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_indata.c,v 1.12 2022/05/28 22:16:44 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_indata.c,v 1.13 2023/04/05 21:53:56 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_ipsec.h"
@@ -2159,7 +2159,7 @@ sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc,
* intervening (aka the TSN is after where our cum-ack needs
* to be) off and put them on a pending_reply_queue. The
* reassembly ones we do not have to worry about since
- * they are all sorted and proceessed by TSN order. It
+ * they are all sorted and processed by TSN order. It
* is only the singletons I must worry about.
*/
if ((asoc->pending_reply) &&