Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 07:13:49 UTC 2021

Modified Files:
        src/sys/arch/powerpc/oea: ofwoea_machdep.c
        src/sys/dev/stbi: stb_image.c
        src/sys/net: dlt.h
        src/usr.sbin/makemandb: custom_apropos_tokenizer.c

Log Message:
s/preceed/preced/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/powerpc/oea/ofwoea_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/stbi/stb_image.c
cvs rdiff -u -r1.21 -r1.22 src/sys/net/dlt.h
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/makemandb/custom_apropos_tokenizer.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/oea/ofwoea_machdep.c
diff -u src/sys/arch/powerpc/oea/ofwoea_machdep.c:1.61 src/sys/arch/powerpc/oea/ofwoea_machdep.c:1.62
--- src/sys/arch/powerpc/oea/ofwoea_machdep.c:1.61	Fri Apr  2 16:59:59 2021
+++ src/sys/arch/powerpc/oea/ofwoea_machdep.c	Sun Dec  5 07:13:48 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: ofwoea_machdep.c,v 1.61 2021/04/02 16:59:59 macallan Exp $ */
+/* $NetBSD: ofwoea_machdep.c,v 1.62 2021/12/05 07:13:48 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofwoea_machdep.c,v 1.61 2021/04/02 16:59:59 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofwoea_machdep.c,v 1.62 2021/12/05 07:13:48 msaitoh Exp $");
 
 #include "ksyms.h"
 #include "wsdisplay.h"
@@ -463,7 +463,7 @@ find_ranges(int base, rangemap_t *region
 	 * There exist ISA buses with empty ranges properties.  This is
 	 * known to occur on the Pegasos II machine, and likely others.
 	 * According to them, that means that the isa bus is a fake bus, and
-	 * the real maps are the PCI maps of the preceeding bus.  To deal
+	 * the real maps are the PCI maps of the preceding bus.  To deal
 	 * with this, we will set cur to -1 and return.
 	 */
 	if (type == RANGE_TYPE_ISA && strcmp("isa", tmp) == 0 && len == 0) {

Index: src/sys/dev/stbi/stb_image.c
diff -u src/sys/dev/stbi/stb_image.c:1.9 src/sys/dev/stbi/stb_image.c:1.10
--- src/sys/dev/stbi/stb_image.c:1.9	Sun Feb  4 09:18:44 2018
+++ src/sys/dev/stbi/stb_image.c	Sun Dec  5 07:13:48 2021
@@ -430,7 +430,7 @@ extern int      stbi_gif_info_from_file 
 #endif
 #ifdef _KERNEL
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: stb_image.c,v 1.9 2018/02/04 09:18:44 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: stb_image.c,v 1.10 2021/12/05 07:13:48 msaitoh Exp $");
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
@@ -3914,7 +3914,7 @@ static stbi_uc *psd_load(stbi *s, int *x
       //     Else if n is 128, noop.
       // Endloop
 
-      // The RLE-compressed data is preceeded by a 2-byte data count for each row in the data,
+      // The RLE-compressed data is preceded by a 2-byte data count for each row in the data,
       // which we're going to just skip.
       skip(s, h * channelCount * 2 );
 

Index: src/sys/net/dlt.h
diff -u src/sys/net/dlt.h:1.21 src/sys/net/dlt.h:1.22
--- src/sys/net/dlt.h:1.21	Sun Dec  5 03:42:01 2021
+++ src/sys/net/dlt.h	Sun Dec  5 07:13:48 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: dlt.h,v 1.21 2021/12/05 03:42:01 msaitoh Exp $	*/
+/*	$NetBSD: dlt.h,v 1.22 2021/12/05 07:13:48 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
@@ -1396,7 +1396,7 @@
 
 /*
  * DisplayPort AUX channel monitoring data as specified by VESA
- * DisplayPort(DP) Standard preceeded by a pseudo-header.
+ * DisplayPort(DP) Standard preceded by a pseudo-header.
  *    per dirk.eibach at gdsys.cc
  */
 #define DLT_DISPLAYPORT_AUX	275

Index: src/usr.sbin/makemandb/custom_apropos_tokenizer.c
diff -u src/usr.sbin/makemandb/custom_apropos_tokenizer.c:1.2 src/usr.sbin/makemandb/custom_apropos_tokenizer.c:1.3
--- src/usr.sbin/makemandb/custom_apropos_tokenizer.c:1.2	Tue Oct 31 10:14:27 2017
+++ src/usr.sbin/makemandb/custom_apropos_tokenizer.c	Sun Dec  5 07:13:49 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: custom_apropos_tokenizer.c,v 1.2 2017/10/31 10:14:27 abhinav Exp $	*/
+/*	$NetBSD: custom_apropos_tokenizer.c,v 1.3 2021/12/05 07:13:49 msaitoh Exp $	*/
 /*
 ** 2006 September 30
 **
@@ -304,7 +304,7 @@ star_oh(const char *z)
 
 /*
  * If the word ends with zFrom and xCond() is true for the stem
- * of the word that preceeds the zFrom ending, then change the 
+ * of the word that preceds the zFrom ending, then change the 
  * ending to zTo.
  *
  * The input word *pz and zFrom are both in reverse order.  zTo

Reply via email to