diff options
| author | andvar <andvar@NetBSD.org> | 2022-10-15 21:53:21 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-10-15 21:53:21 +0000 |
| commit | 86d79a4cb293d00f2aba6350490d6a40d1da900b (patch) | |
| tree | e34bc4535a5f22f102ec53f47ee0d6560018b170 /sys | |
| parent | 95f0a126b217431613e22702378f5d25b8d01aa0 (diff) | |
fix various typos in documentation and comments.
mainly in words functionality, functional, function.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/shark/shark/sequoia.c | 8 | ||||
| -rw-r--r-- | sys/netinet/sctp_pcb.c | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/shark/shark/sequoia.c b/sys/arch/shark/shark/sequoia.c index 5d869e9cd0a..70d7698d635 100644 --- a/sys/arch/shark/shark/sequoia.c +++ b/sys/arch/shark/shark/sequoia.c @@ -1,4 +1,4 @@ -/* $NetBSD: sequoia.c,v 1.16 2021/08/07 16:19:05 thorpej Exp $ */ +/* $NetBSD: sequoia.c,v 1.17 2022/10/15 21:53:21 andvar Exp $ */ /* * Copyright 1997 @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sequoia.c,v 1.16 2021/08/07 16:19:05 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sequoia.c,v 1.17 2022/10/15 21:53:21 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -141,7 +141,7 @@ static bool sequoiaLock_held; /* ** -** FUNCITONAL PROTOTYPES +** FUNCTIONAL PROTOTYPES ** */ static void ledSetBiled(int color); @@ -149,7 +149,7 @@ static void ledTimeout(void *arg); /* ** -** FUNCITONS +** FUNCTIONS ** */ void sequoiaInit(void) 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; |
