Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src fix typos in word "operation(s)".



details:   https://anonhg.NetBSD.org/src/rev/119c77572c38
branches:  trunk
changeset: 1027570:119c77572c38
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Dec 12 08:49:57 2021 +0000

description:
fix typos in word "operation(s)".

diffstat:

 lib/libc/stdio/open_memstream.3     |  4 ++--
 sys/arch/arm/xscale/pxa2x0_i2c.c    |  6 +++---
 sys/arch/hpcmips/include/bus.h      |  6 +++---
 usr.bin/vgrind/regexp.c             |  6 +++---
 usr.sbin/acpitools/aml/aml_common.c |  6 +++---
 5 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r cee3481ceb41 -r 119c77572c38 lib/libc/stdio/open_memstream.3
--- a/lib/libc/stdio/open_memstream.3   Sun Dec 12 08:42:29 2021 +0000
+++ b/lib/libc/stdio/open_memstream.3   Sun Dec 12 08:49:57 2021 +0000
@@ -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 <jhb%FreeBSD.org@localhost>
 .\" All rights reserved.
@@ -111,7 +111,7 @@
 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
diff -r cee3481ceb41 -r 119c77572c38 sys/arch/arm/xscale/pxa2x0_i2c.c
--- a/sys/arch/arm/xscale/pxa2x0_i2c.c  Sun Dec 12 08:42:29 2021 +0000
+++ b/sys/arch/arm/xscale/pxa2x0_i2c.c  Sun Dec 12 08:49:57 2021 +0000
@@ -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 @@
 }
 
 /*
- * 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)
diff -r cee3481ceb41 -r 119c77572c38 sys/arch/hpcmips/include/bus.h
--- a/sys/arch/hpcmips/include/bus.h    Sun Dec 12 08:42:29 2021 +0000
+++ b/sys/arch/hpcmips/include/bus.h    Sun Dec 12 08:49:57 2021 +0000
@@ -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 @@
 #endif
 
 /*
- * bus space operaion table
+ * bus space operation table
  */
 struct bus_space_ops {
        /* mapping/unmapping */
@@ -947,7 +947,7 @@
 #define BUS_DMA_TAG_VALID(t)    ((t) != (bus_dma_tag_t)0)
 
 /*
- * bus DMA operaion table
+ * bus DMA operation table
  */
 struct bus_dma_ops {
        /*
diff -r cee3481ceb41 -r 119c77572c38 usr.bin/vgrind/regexp.c
--- a/usr.bin/vgrind/regexp.c   Sun Dec 12 08:42:29 2021 +0000
+++ b/usr.bin/vgrind/regexp.c   Sun Dec 12 08:49:57 2021 +0000
@@ -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 @@
 #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 @@
  *                             character count
  *                             the string
  *
- *             operatins :=    descriptor
+ *             operations :=   descriptor
  *                             symbol
  *                             character count
  */
diff -r cee3481ceb41 -r 119c77572c38 usr.sbin/acpitools/aml/aml_common.c
--- a/usr.sbin/acpitools/aml/aml_common.c       Sun Dec 12 08:42:29 2021 +0000
+++ b/usr.sbin/acpitools/aml/aml_common.c       Sun Dec 12 08:49:57 2021 +0000
@@ -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 @@
                    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;



Home | Main Index | Thread Index | Old Index