summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-10-15 21:53:21 +0000
committerandvar <andvar@NetBSD.org>2022-10-15 21:53:21 +0000
commit86d79a4cb293d00f2aba6350490d6a40d1da900b (patch)
treee34bc4535a5f22f102ec53f47ee0d6560018b170 /sys/netinet
parent95f0a126b217431613e22702378f5d25b8d01aa0 (diff)
fix various typos in documentation and comments.
mainly in words functionality, functional, function.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_pcb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/sctp_pcb.c b/sys/netinet/sctp_pcb.c
index d8fb4126cbb..b0c3dc659aa 100644
--- a/sys/netinet/sctp_pcb.c
+++ b/sys/netinet/sctp_pcb.c
@@ -1,5 +1,5 @@
/* $KAME: sctp_pcb.c,v 1.39 2005/06/16 18:29:25 jinmei Exp $ */
-/* $NetBSD: sctp_pcb.c,v 1.25 2022/05/28 22:16:44 andvar Exp $ */
+/* $NetBSD: sctp_pcb.c,v 1.26 2022/10/15 21:53:21 andvar Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Cisco Systems, Inc.
@@ -33,7 +33,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_pcb.c,v 1.25 2022/05/28 22:16:44 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_pcb.c,v 1.26 2022/10/15 21:53:21 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -3787,7 +3787,7 @@ sctp_pcb_init(void)
{
/*
* SCTP initialization for the PCB structures
- * should be called by the sctp_init() funciton.
+ * should be called by the sctp_init() function.
*/
int i;
int hashtblsize = SCTP_TCBHASHSIZE;