Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src remove duplicate the article in comments.
details: https://anonhg.NetBSD.org/src/rev/300779dec2a6
branches: trunk
changeset: 1023947:300779dec2a6
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Oct 04 21:02:39 2021 +0000
description:
remove duplicate the article in comments.
diffstat:
build.sh | 6 +++---
common/lib/libc/arch/i386/string/strlen.S | 4 ++--
lib/libresolv/dst_api.c | 6 +++---
sys/arch/alpha/alpha/fp_complete.c | 6 +++---
sys/arch/mips/adm5120/dev/ahci.c | 6 +++---
sys/arch/mips/include/mips_param.h | 4 ++--
sys/arch/sparc64/sparc64/autoconf.c | 6 +++---
sys/dev/usb/uhci.c | 6 +++---
sys/kern/subr_cpu.c | 6 +++---
9 files changed, 25 insertions(+), 25 deletions(-)
diffs (229 lines):
diff -r 0c95ead2e7d2 -r 300779dec2a6 build.sh
--- a/build.sh Mon Oct 04 20:48:05 2021 +0000
+++ b/build.sh Mon Oct 04 21:02:39 2021 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.358 2021/09/18 01:47:07 christos Exp $
+# $NetBSD: build.sh,v 1.359 2021/10/04 21:02:40 andvar Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1974,7 +1974,7 @@
eval cat <<EOF ${makewrapout}
#! ${HOST_SH}
# Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from: \$NetBSD: build.sh,v 1.358 2021/09/18 01:47:07 christos Exp $
+# Generated from: \$NetBSD: build.sh,v 1.359 2021/10/04 21:02:40 andvar Exp $
# with these arguments: ${_args}
#
@@ -2297,7 +2297,7 @@
}
repro_date() {
- # try the bsd date fail back the the linux one
+ # try the bsd date fail back the linux one
date -u -r "$1" 2> /dev/null || date -u -d "@$1"
}
diff -r 0c95ead2e7d2 -r 300779dec2a6 common/lib/libc/arch/i386/string/strlen.S
--- a/common/lib/libc/arch/i386/string/strlen.S Mon Oct 04 20:48:05 2021 +0000
+++ b/common/lib/libc/arch/i386/string/strlen.S Mon Oct 04 21:02:39 2021 +0000
@@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
- RCSID("$NetBSD: strlen.S,v 1.2 2014/03/22 19:38:46 jakllsch Exp $")
+ RCSID("$NetBSD: strlen.S,v 1.3 2021/10/04 21:02:40 andvar Exp $")
#endif
ENTRY(strlen)
@@ -81,7 +81,7 @@
* presented above, code that uses it will be faster as long as
* the rate of false positives is low.
*
- * This is likely, because the the false positive can only occur
+ * This is likely, because the false positive can only occur
* if the most siginificant bit of a byte within the word is set.
* The expression will never fail for typical 7-bit ASCII strings.
*
diff -r 0c95ead2e7d2 -r 300779dec2a6 lib/libresolv/dst_api.c
--- a/lib/libresolv/dst_api.c Mon Oct 04 20:48:05 2021 +0000
+++ b/lib/libresolv/dst_api.c Mon Oct 04 21:02:39 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dst_api.c,v 1.4 2021/09/16 22:19:10 andvar Exp $ */
+/* $NetBSD: dst_api.c,v 1.5 2021/10/04 21:02:40 andvar Exp $ */
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
@@ -40,7 +40,7 @@
#if 0
static const char rcsid[] = "Header: /proj/cvs/prod/libbind/dst/dst_api.c,v 1.17 2007/09/24 17:18:25 each Exp ";
#else
-__RCSID("$NetBSD: dst_api.c,v 1.4 2021/09/16 22:19:10 andvar Exp $");
+__RCSID("$NetBSD: dst_api.c,v 1.5 2021/10/04 21:02:40 andvar Exp $");
#endif
@@ -640,7 +640,7 @@
* key structure.
* Paramters
* len Length of the RDATA of the KEY RR RDATA
- * rdata A pointer to the the KEY RR RDATA.
+ * rdata A pointer to the KEY RR RDATA.
* in_name Key name to be stored in key structure.
* Returns
* NULL Failure
diff -r 0c95ead2e7d2 -r 300779dec2a6 sys/arch/alpha/alpha/fp_complete.c
--- a/sys/arch/alpha/alpha/fp_complete.c Mon Oct 04 20:48:05 2021 +0000
+++ b/sys/arch/alpha/alpha/fp_complete.c Mon Oct 04 21:02:39 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fp_complete.c,v 1.27 2021/07/23 03:57:06 thorpej Exp $ */
+/* $NetBSD: fp_complete.c,v 1.28 2021/10/04 21:02:40 andvar Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -37,7 +37,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.27 2021/07/23 03:57:06 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.28 2021/10/04 21:02:40 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -648,7 +648,7 @@
* for it, and so we don't have to lock any memory locations or
* pass a third parameter to every SoftFloat entry point.
*
- * N.B. the rounding mode field of the the FLOAT format instructions
+ * N.B. the rounding mode field of the FLOAT format instructions
* matches that of the FPCR *except* for the value 3, which means
* "dynamic" rounding mode (i.e. what is programmed into the FPCR).
*/
diff -r 0c95ead2e7d2 -r 300779dec2a6 sys/arch/mips/adm5120/dev/ahci.c
--- a/sys/arch/mips/adm5120/dev/ahci.c Mon Oct 04 20:48:05 2021 +0000
+++ b/sys/arch/mips/adm5120/dev/ahci.c Mon Oct 04 21:02:39 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ahci.c,v 1.25 2021/08/07 16:18:58 thorpej Exp $ */
+/* $NetBSD: ahci.c,v 1.26 2021/10/04 21:02:40 andvar Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahci.c,v 1.25 2021/08/07 16:18:58 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahci.c,v 1.26 2021/10/04 21:02:40 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -445,7 +445,7 @@
* another intr xfer has been submitted, let that one be dealt
* with when the callout fires again.
*
- * The call to callout_pending is racy, but the the transition
+ * The call to callout_pending is racy, but the transition
* from pending to invoking happens atomically. The
* callout_ack ensures callout_invoking does not return true
* due to this invocation of the callout; the lock ensures the
diff -r 0c95ead2e7d2 -r 300779dec2a6 sys/arch/mips/include/mips_param.h
--- a/sys/arch/mips/include/mips_param.h Mon Oct 04 20:48:05 2021 +0000
+++ b/sys/arch/mips/include/mips_param.h Mon Oct 04 21:02:39 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_param.h,v 1.51 2021/05/31 14:38:56 simonb Exp $ */
+/* $NetBSD: mips_param.h,v 1.52 2021/10/04 21:02:40 andvar Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -138,7 +138,7 @@
/*
* Note for the non-LP64 case, cpu_switch_resume has the assumption
* that UPAGES == 2. For MIPS-I we wire USPACE in TLB #0 and #1.
- * For MIPS3+ we wire USPACE in the the TLB #0 pair.
+ * For MIPS3+ we wire USPACE in the TLB #0 pair.
*/
#define __MIN_USPACE 8192 /* otherwise use an 8kB stack */
#endif
diff -r 0c95ead2e7d2 -r 300779dec2a6 sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c Mon Oct 04 20:48:05 2021 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c Mon Oct 04 21:02:39 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.236 2021/09/07 13:24:46 andvar Exp $ */
+/* $NetBSD: autoconf.c,v 1.237 2021/10/04 21:02:39 andvar Exp $ */
/*
* Copyright (c) 1996
@@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.236 2021/09/07 13:24:46 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.237 2021/10/04 21:02:39 andvar Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -1166,7 +1166,7 @@
* busdev now points to the direct descendent of the
* controller ("atabus" or "scsibus"). Get the
* controller's devhandle. Hoist it up one more so
- * that busdev points at the the controller.
+ * that busdev points at the controller.
*/
busdev = device_parent(busdev);
devhandle = device_handle(busdev);
diff -r 0c95ead2e7d2 -r 300779dec2a6 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Mon Oct 04 20:48:05 2021 +0000
+++ b/sys/dev/usb/uhci.c Mon Oct 04 21:02:39 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.306 2021/01/05 18:00:21 skrll Exp $ */
+/* $NetBSD: uhci.c,v 1.307 2021/10/04 21:02:39 andvar Exp $ */
/*
* Copyright (c) 1998, 2004, 2011, 2012, 2016, 2020 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.306 2021/01/05 18:00:21 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.307 2021/10/04 21:02:39 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -1022,7 +1022,7 @@
* another intr xfer has been submitted, let that one be dealt
* with when the callout fires again.
*
- * The call to callout_pending is racy, but the the transition
+ * The call to callout_pending is racy, but the transition
* from pending to invoking happens atomically. The
* callout_ack ensures callout_invoking does not return true
* due to this invocation of the callout; the lock ensures the
diff -r 0c95ead2e7d2 -r 300779dec2a6 sys/kern/subr_cpu.c
--- a/sys/kern/subr_cpu.c Mon Oct 04 20:48:05 2021 +0000
+++ b/sys/kern/subr_cpu.c Mon Oct 04 21:02:39 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_cpu.c,v 1.16 2020/09/23 12:05:16 simonb Exp $ */
+/* $NetBSD: subr_cpu.c,v 1.17 2021/10/04 21:02:39 andvar Exp $ */
/*-
* Copyright (c) 2007, 2008, 2009, 2010, 2012, 2019, 2020
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_cpu.c,v 1.16 2020/09/23 12:05:16 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_cpu.c,v 1.17 2021/10/04 21:02:39 andvar Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -450,7 +450,7 @@
/*
* Fetch fresh sum total for all counts. Expensive - don't call often.
*
- * If poll is true, the the caller is okay with with less recent values (but
+ * If poll is true, the caller is okay with with less recent values (but
* no more than 1/hz seconds old). Where this is called very often that
* should be the case.
*
Home |
Main Index |
Thread Index |
Old Index