fix various typos in documentation and comments.

mainly in words functionality, functional, function.
This commit is contained in:
andvar 2022-10-15 21:53:21 +00:00
parent ce87d2e53b
commit c3ad0bdd7e
5 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: blkdiscard.8,v 1.1 2022/02/07 09:33:26 mrg Exp $ .\" $NetBSD: blkdiscard.8,v 1.2 2022/10/15 21:53:21 andvar Exp $
.\" .\"
.\" Copyright (c) 2022 Matthew R. Green .\" Copyright (c) 2022 Matthew R. Green
.\" All rights reserved. .\" All rights reserved.
@ -158,6 +158,6 @@ command was written by
.An Matthew R. Green .An Matthew R. Green
.Aq mrg@eterna.com.au . .Aq mrg@eterna.com.au .
.Sh BUGS .Sh BUGS
The secure erase funtionality of the The secure erase functionality of the
.Fl s .Fl s
option is not yet implemented. option is not yet implemented.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: syslog.3lua,v 1.3 2014/01/07 21:54:17 mbalmer Exp $ .\" $NetBSD: syslog.3lua,v 1.4 2022/10/15 21:53:21 andvar Exp $
.\" .\"
.\" Copyright (c) 2013, 2014 Marc Balmer <mbalmer@NetBSD.org>. .\" Copyright (c) 2013, 2014 Marc Balmer <mbalmer@NetBSD.org>.
.\" All rights reserved. .\" All rights reserved.
@ -50,7 +50,7 @@ The
.Nm .Nm
Lua binding provides access to the Lua binding provides access to the
.Xr syslog 3 .Xr syslog 3
funcionality. functionality.
.Pp .Pp
.Bl -tag -width XXXX -compact .Bl -tag -width XXXX -compact
.Pp .Pp

View File

@ -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 * Copyright 1997
@ -40,7 +40,7 @@
*/ */
#include <sys/cdefs.h> #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/param.h>
#include <sys/systm.h> #include <sys/systm.h>
@ -141,7 +141,7 @@ static bool sequoiaLock_held;
/* /*
** **
** FUNCITONAL PROTOTYPES ** FUNCTIONAL PROTOTYPES
** **
*/ */
static void ledSetBiled(int color); static void ledSetBiled(int color);
@ -149,7 +149,7 @@ static void ledTimeout(void *arg);
/* /*
** **
** FUNCITONS ** FUNCTIONS
** **
*/ */
void sequoiaInit(void) void sequoiaInit(void)

View File

@ -1,5 +1,5 @@
/* $KAME: sctp_pcb.c,v 1.39 2005/06/16 18:29:25 jinmei Exp $ */ /* $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. * Copyright (c) 2001, 2002, 2003, 2004 Cisco Systems, Inc.
@ -33,7 +33,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include <sys/cdefs.h> #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 #ifdef _KERNEL_OPT
#include "opt_inet.h" #include "opt_inet.h"
@ -3787,7 +3787,7 @@ sctp_pcb_init(void)
{ {
/* /*
* SCTP initialization for the PCB structures * 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 i;
int hashtblsize = SCTP_TCBHASHSIZE; int hashtblsize = SCTP_TCBHASHSIZE;

View File

@ -1,4 +1,4 @@
/* $NetBSD: grep.c,v 1.15 2018/08/12 09:03:21 christos Exp $ */ /* $NetBSD: grep.c,v 1.16 2022/10/15 21:53:22 andvar Exp $ */
/* $FreeBSD: head/usr.bin/grep/grep.c 211519 2010-08-19 22:55:17Z delphij $ */ /* $FreeBSD: head/usr.bin/grep/grep.c 211519 2010-08-19 22:55:17Z delphij $ */
/* $OpenBSD: grep.c,v 1.42 2010/07/02 22:18:03 tedu Exp $ */ /* $OpenBSD: grep.c,v 1.42 2010/07/02 22:18:03 tedu Exp $ */
@ -34,7 +34,7 @@
#endif #endif
#include <sys/cdefs.h> #include <sys/cdefs.h>
__RCSID("$NetBSD: grep.c,v 1.15 2018/08/12 09:03:21 christos Exp $"); __RCSID("$NetBSD: grep.c,v 1.16 2022/10/15 21:53:22 andvar Exp $");
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
@ -60,7 +60,7 @@ nl_catd catalog;
#endif #endif
/* /*
* Default messags to use when NLS is disabled or no catalogue * Default messages to use when NLS is disabled or no catalogue
* is found. * is found.
*/ */
const char *errstr[] = { const char *errstr[] = {
@ -330,7 +330,7 @@ main(int argc, char *argv[])
#endif #endif
/* Check what is the program name of the binary. In this /* Check what is the program name of the binary. In this
way we can have all the funcionalities in one binary way we can have all the functionalities in one binary
without the need of scripting and using ugly hacks. */ without the need of scripting and using ugly hacks. */
switch (__progname[0]) { switch (__progname[0]) {
case 'e': case 'e':