summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-04-07 19:33:37 +0000
committerandvar <andvar@NetBSD.org>2022-04-07 19:33:37 +0000
commit778f560056052e20dd2d2ef0679d8ff3697f63f2 (patch)
treed5a0f1b4ccf9762e556f18e48607f2273edaabff /sys/netinet
parent84bd4a6ef9a5029252546a8bad700318a89cc05b (diff)
fix various 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 09b6345bb63..6f2ce5bf9a0 100644
--- a/sys/netinet/sctp_indata.c
+++ b/sys/netinet/sctp_indata.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sctp_indata.c,v 1.8 2018/12/22 13:11:38 maxv Exp $ */
+/* $NetBSD: sctp_indata.c,v 1.9 2022/04/07 19:33:38 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.8 2018/12/22 13:11:38 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_indata.c,v 1.9 2022/04/07 19:33:38 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_ipsec.h"
@@ -4503,7 +4503,7 @@ sctp_handle_forward_tsn(struct sctp_tcb *stcb,
if (cumack_set_flag) {
/*
* fwd-tsn went outside my gap array - not a
- * common occurance. Do the same thing we
+ * common occurrence. Do the same thing we
* do when a cookie-echo arrives.
*/
asoc->highest_tsn_inside_map = new_cum_tsn - 1;