Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makemandb s/preceed/preced/ in comment.
details: https://anonhg.NetBSD.org/src/rev/3d76fb5dd82d
branches: trunk
changeset: 1026710:3d76fb5dd82d
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 07:13:48 2021 +0000
description:
s/preceed/preced/ in comment.
diffstat:
sys/arch/powerpc/oea/ofwoea_machdep.c | 6 +++---
sys/dev/stbi/stb_image.c | 4 ++--
sys/net/dlt.h | 4 ++--
usr.sbin/makemandb/custom_apropos_tokenizer.c | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diffs (84 lines):
diff -r 7ca581c8f0da -r 3d76fb5dd82d sys/arch/powerpc/oea/ofwoea_machdep.c
--- a/sys/arch/powerpc/oea/ofwoea_machdep.c Sun Dec 05 07:11:56 2021 +0000
+++ b/sys/arch/powerpc/oea/ofwoea_machdep.c Sun Dec 05 07:13:48 2021 +0000
@@ -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 @@
* 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) {
diff -r 7ca581c8f0da -r 3d76fb5dd82d sys/dev/stbi/stb_image.c
--- a/sys/dev/stbi/stb_image.c Sun Dec 05 07:11:56 2021 +0000
+++ b/sys/dev/stbi/stb_image.c Sun Dec 05 07:13:48 2021 +0000
@@ -430,7 +430,7 @@
#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 @@
// 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 );
diff -r 7ca581c8f0da -r 3d76fb5dd82d sys/net/dlt.h
--- a/sys/net/dlt.h Sun Dec 05 07:11:56 2021 +0000
+++ b/sys/net/dlt.h Sun Dec 05 07:13:48 2021 +0000
@@ -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
diff -r 7ca581c8f0da -r 3d76fb5dd82d usr.sbin/makemandb/custom_apropos_tokenizer.c
--- a/usr.sbin/makemandb/custom_apropos_tokenizer.c Sun Dec 05 07:11:56 2021 +0000
+++ b/usr.sbin/makemandb/custom_apropos_tokenizer.c Sun Dec 05 07:13:48 2021 +0000
@@ -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 @@
/*
* 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
Home |
Main Index |
Thread Index |
Old Index