Module Name: src
Committed By: andvar
Date: Sun Dec 12 08:49:58 UTC 2021
Modified Files:
src/lib/libc/stdio: open_memstream.3
src/sys/arch/arm/xscale: pxa2x0_i2c.c
src/sys/arch/hpcmips/include: bus.h
src/usr.bin/vgrind: regexp.c
src/usr.sbin/acpitools/aml: aml_common.c
Log Message:
fix typos in word "operation(s)".
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/stdio/open_memstream.3
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/xscale/pxa2x0_i2c.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hpcmips/include/bus.h
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/vgrind/regexp.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/acpitools/aml/aml_common.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdio/open_memstream.3
diff -u src/lib/libc/stdio/open_memstream.3:1.3 src/lib/libc/stdio/open_memstream.3:1.4
--- src/lib/libc/stdio/open_memstream.3:1.3 Sun Oct 26 14:19:28 2014
+++ src/lib/libc/stdio/open_memstream.3 Sun Dec 12 08:49:57 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: open_memstream.3,v 1.3 2014/10/26 14:19:28 christos Exp $
+.\" $NetBSD: open_memstream.3,v 1.4 2021/12/12 08:49:57 andvar Exp $
.\" Copyright (c) 2013 Advanced Computing Technologies LLC
.\" Written by: John H. Baldwin <[email protected]>
.\" All rights reserved.
@@ -111,7 +111,7 @@ These multibyte characters are then conv
written into the stream.
As a result,
the wide-oriented streams maintain an internal multibyte character conversion
-state that is cleared on any seek opertion that changes the current position.
+state that is cleared on any seek operation that changes the current position.
This should have no effect as long as wide-oriented output operations are used
on a wide-oriented stream.
.Sh RETURN VALUES
Index: src/sys/arch/arm/xscale/pxa2x0_i2c.c
diff -u src/sys/arch/arm/xscale/pxa2x0_i2c.c:1.8 src/sys/arch/arm/xscale/pxa2x0_i2c.c:1.9
--- src/sys/arch/arm/xscale/pxa2x0_i2c.c:1.8 Sat Aug 6 03:42:11 2011
+++ src/sys/arch/arm/xscale/pxa2x0_i2c.c Sun Dec 12 08:49:57 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: pxa2x0_i2c.c,v 1.8 2011/08/06 03:42:11 kiyohara Exp $ */
+/* $NetBSD: pxa2x0_i2c.c,v 1.9 2021/12/12 08:49:57 andvar Exp $ */
/* $OpenBSD: pxa2x0_i2c.c,v 1.2 2005/05/26 03:52:07 pascoe Exp $ */
/*
@@ -18,7 +18,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pxa2x0_i2c.c,v 1.8 2011/08/06 03:42:11 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pxa2x0_i2c.c,v 1.9 2021/12/12 08:49:57 andvar Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -252,7 +252,7 @@ err:
}
/*
- * XXX The quick_{read,write} opertions are untested!
+ * XXX The quick_{read,write} operations are untested!
*/
int
pxa2x0_i2c_quick(struct pxa2x0_i2c_softc *sc, u_char slave, u_char rw)
Index: src/sys/arch/hpcmips/include/bus.h
diff -u src/sys/arch/hpcmips/include/bus.h:1.23 src/sys/arch/hpcmips/include/bus.h:1.24
--- src/sys/arch/hpcmips/include/bus.h:1.23 Mon Apr 28 20:23:21 2008
+++ src/sys/arch/hpcmips/include/bus.h Sun Dec 12 08:49:57 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.23 2008/04/28 20:23:21 martin Exp $ */
+/* $NetBSD: bus.h,v 1.24 2021/12/12 08:49:57 andvar Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -84,7 +84,7 @@ typedef struct bus_space_tag *bus_space_
#endif
/*
- * bus space operaion table
+ * bus space operation table
*/
struct bus_space_ops {
/* mapping/unmapping */
@@ -947,7 +947,7 @@ typedef struct bus_dmamap *bus_dmamap_t;
#define BUS_DMA_TAG_VALID(t) ((t) != (bus_dma_tag_t)0)
/*
- * bus DMA operaion table
+ * bus DMA operation table
*/
struct bus_dma_ops {
/*
Index: src/usr.bin/vgrind/regexp.c
diff -u src/usr.bin/vgrind/regexp.c:1.14 src/usr.bin/vgrind/regexp.c:1.15
--- src/usr.bin/vgrind/regexp.c:1.14 Fri Dec 27 09:32:10 2019
+++ src/usr.bin/vgrind/regexp.c Sun Dec 12 08:49:58 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: regexp.c,v 1.14 2019/12/27 09:32:10 msaitoh Exp $ */
+/* $NetBSD: regexp.c,v 1.15 2021/12/12 08:49:58 andvar Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -44,7 +44,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19
#if 0
static char sccsid[] = "@(#)regexp.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: regexp.c,v 1.14 2019/12/27 09:32:10 msaitoh Exp $");
+__RCSID("$NetBSD: regexp.c,v 1.15 2021/12/12 08:49:58 andvar Exp $");
#endif /* not lint */
#include <assert.h>
@@ -122,7 +122,7 @@ STRNCMP(char *s1, char *s2, int len)
* character count
* the string
*
- * operatins := descriptor
+ * operations := descriptor
* symbol
* character count
*/
Index: src/usr.sbin/acpitools/aml/aml_common.c
diff -u src/usr.sbin/acpitools/aml/aml_common.c:1.4 src/usr.sbin/acpitools/aml/aml_common.c:1.5
--- src/usr.sbin/acpitools/aml/aml_common.c:1.4 Sat Oct 19 17:16:37 2013
+++ src/usr.sbin/acpitools/aml/aml_common.c Sun Dec 12 08:49:58 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: aml_common.c,v 1.4 2013/10/19 17:16:37 christos Exp $ */
+/* $NetBSD: aml_common.c,v 1.5 2021/12/12 08:49:58 andvar Exp $ */
/*-
* Copyright (c) 1999 Takanori Watanabe
@@ -30,7 +30,7 @@
* $FreeBSD: src/usr.sbin/acpi/amldb/aml/aml_common.c,v 1.6 2000/11/09 06:24:45 iwasaki Exp $
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: aml_common.c,v 1.4 2013/10/19 17:16:37 christos Exp $");
+__RCSID("$NetBSD: aml_common.c,v 1.5 2021/12/12 08:49:58 andvar Exp $");
#include <sys/param.h>
@@ -179,7 +179,7 @@ aml_showobject(union aml_object * obj)
obj->pres.level, obj->pres.order);
break;
case aml_t_opregion:
- printf("OprationRegion:Busspace%d, Offset 0x%x Length 0x%x\n",
+ printf("OperationRegion:Busspace%d, Offset 0x%x Length 0x%x\n",
obj->opregion.space, obj->opregion.offset,
obj->opregion.length);
break;