Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys more s/the the/the/
details: https://anonhg.NetBSD.org/src/rev/90079f8a95f4
branches: trunk
changeset: 749243:90079f8a95f4
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sun Nov 22 19:09:15 2009 +0000
description:
more s/the the/the/
diffstat:
sys/arch/arm/gemini/gemini_reg.h | 4 ++--
sys/arch/evbarm/nslu2/README | 4 ++--
sys/arch/hp700/hp700/autoconf.c | 6 +++---
sys/arch/ia64/stand/common/environment.c | 4 ++--
sys/arch/mips/sibyte/include/bcm1480_hsp.h | 2 +-
sys/arch/sgimips/gio/grtwo.c | 6 +++---
sys/compat/common/compat_mod.c | 6 +++---
sys/dev/pci/n8/QMgr/QMQueue.c | 4 ++--
sys/dist/ipf/netinet/ip_state.c | 6 +++---
sys/kern/sched_m2.c | 6 +++---
sys/kern/sys_aio.c | 6 +++---
sys/netbt/rfcomm_upper.c | 6 +++---
12 files changed, 30 insertions(+), 30 deletions(-)
diffs (276 lines):
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/arch/arm/gemini/gemini_reg.h
--- a/sys/arch/arm/gemini/gemini_reg.h Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/arch/arm/gemini/gemini_reg.h Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gemini_reg.h,v 1.8 2008/12/15 04:44:27 matt Exp $ */
+/* $NetBSD: gemini_reg.h,v 1.9 2009/11/22 19:09:15 mbalmer Exp $ */
#ifndef _ARM_GEMINI_REG_H_
#define _ARM_GEMINI_REG_H_
@@ -254,7 +254,7 @@
#define GPIO_BOUNCESCALE_RESV __BITS(31,16)
#define GPIO_BOUNCESCALE_VAL __BITS(15,0) /* NOTE:
* if bounce is enabled, and bounce pre-scale == 0
- * then the the pin will not detect any interrupt
+ * then the pin will not detect any interrupt
*/
#define GEMINI_GPIO_SIZE (GEMINI_GPIO_BOUNCESCALE + 4)
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/arch/evbarm/nslu2/README
--- a/sys/arch/evbarm/nslu2/README Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/arch/evbarm/nslu2/README Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.6 2007/01/17 16:00:20 imp Exp $
+$NetBSD: README,v 1.7 2009/11/22 19:09:15 mbalmer Exp $
NetBSD for the Linksys NSLU2 (a.k.a. "Slug")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -88,7 +88,7 @@
hooking up a MAX3232 chip to your Slug. While your soldering iron is hot,
you should seriously consider de-restricting your Slug's CPU core clock
speed (133MHz stock, 266MHz de-restricted) by removing a single surface-
-mount resistor. Full instructions for both the these mods are on the above
+mount resistor. Full instructions for both these mods are on the above
website.
Once you have console access you can interrupt RedBoot's auto-boot process
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/arch/hp700/hp700/autoconf.c
--- a/sys/arch/hp700/hp700/autoconf.c Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/arch/hp700/hp700/autoconf.c Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.29 2009/05/08 09:33:58 skrll Exp $ */
+/* $NetBSD: autoconf.c,v 1.30 2009/11/22 19:09:15 mbalmer Exp $ */
/* $OpenBSD: autoconf.c,v 1.15 2001/06/25 00:43:10 mickey Exp $ */
@@ -86,7 +86,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.29 2009/05/08 09:33:58 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.30 2009/11/22 19:09:15 mbalmer Exp $");
#include "opt_kgdb.h"
#include "opt_useleds.h"
@@ -333,7 +333,7 @@
* is the HPA or device path (DP) to get the boot device.
* If the boot device is a SCSI device below a GSC attached SCSI
* controller PAGE0->mem_boot.pz_hpa contains the HPA of the SCSI
- * controller. In that case we remember the the pointer to the
+ * controller. In that case we remember the pointer to the
* controller's struct dev in boot_device. The SCSI device is located
* later, see below.
*/
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/arch/ia64/stand/common/environment.c
--- a/sys/arch/ia64/stand/common/environment.c Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/arch/ia64/stand/common/environment.c Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: environment.c,v 1.2 2009/07/20 04:59:03 kiyohara Exp $ */
+/* $NetBSD: environment.c,v 1.3 2009/11/22 19:09:15 mbalmer Exp $ */
/*
@@ -63,7 +63,7 @@
* Some notes:
*
* If the EV_VOLATILE flag is set, a copy of the variable is made.
- * If EV_DYNAMIC is set, the the variable has been allocated with
+ * If EV_DYNAMIC is set, the variable has been allocated with
* malloc and ownership transferred to the environment.
* If (value) is NULL, the variable is set but has no value.
*/
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/arch/mips/sibyte/include/bcm1480_hsp.h
--- a/sys/arch/mips/sibyte/include/bcm1480_hsp.h Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/arch/mips/sibyte/include/bcm1480_hsp.h Sun Nov 22 19:09:15 2009 +0000
@@ -4,7 +4,7 @@
* High-Speed Port Block constants File: bcm1480_hsp.h
*
* This module contains constants and macros useful for
- * programming the the high-speed (HT/SPI-4) ports.
+ * programming the high-speed (HT/SPI-4) ports.
*
* BCM1400 specification level: 1X55_1X80-UM100-R (12/18/03)
*
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/arch/sgimips/gio/grtwo.c
--- a/sys/arch/sgimips/gio/grtwo.c Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/arch/sgimips/gio/grtwo.c Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grtwo.c,v 1.10 2007/03/04 06:00:39 christos Exp $ */
+/* $NetBSD: grtwo.c,v 1.11 2009/11/22 19:09:15 mbalmer Exp $ */
/*
* Copyright (c) 2004 Christopher SEKIYA
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grtwo.c,v 1.10 2007/03/04 06:00:39 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grtwo.c,v 1.11 2009/11/22 19:09:15 mbalmer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -266,7 +266,7 @@
y axis. */
/* There appears to be a limit to the number of vertical lines that we
- can run through the the graphics engine at one go. This probably has
+ can run through the graphics engine at one go. This probably has
something to do with vertical refresh. Single-row fills are okay,
multiple-row screw up the board in exciting ways. The copy_rectangle
workaround doesn't work for fills. */
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/compat/common/compat_mod.c
--- a/sys/compat/common/compat_mod.c Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/compat/common/compat_mod.c Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_mod.c,v 1.8 2009/07/19 02:41:27 rmind Exp $ */
+/* $NetBSD: compat_mod.c,v 1.9 2009/11/22 19:09:16 mbalmer Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.8 2009/07/19 02:41:27 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.9 2009/11/22 19:09:16 mbalmer Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -289,7 +289,7 @@
return EBUSY;
}
#endif
- /* Unlink the the system calls. */
+ /* Unlink the system calls. */
error = syscall_disestablish(NULL, compat_syscalls);
if (error != 0) {
return error;
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/dev/pci/n8/QMgr/QMQueue.c
--- a/sys/dev/pci/n8/QMgr/QMQueue.c Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/dev/pci/n8/QMgr/QMQueue.c Sun Nov 22 19:09:15 2009 +0000
@@ -32,7 +32,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-static char const n8_id[] = "$Id: QMQueue.c,v 1.1 2008/10/30 12:02:14 darran Exp $";
+static char const n8_id[] = "$Id: QMQueue.c,v 1.2 2009/11/22 19:09:16 mbalmer Exp $";
/*****************************************************************************/
/** @file QMQueue.c
* @brief Public Key Encryption / Encryption Authentication
@@ -515,7 +515,7 @@
* blocks into the command queue.
*
* Requests consist of (>=1) commands. Requests are kept
- * in a circular queue while the the commands persist in the
+ * in a circular queue while the commands persist in the
* command queue. Once the commands have been executed, the
* request is marked as complete and is removed from the circular
* queue.
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/dist/ipf/netinet/ip_state.c
--- a/sys/dist/ipf/netinet/ip_state.c Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/dist/ipf/netinet/ip_state.c Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_state.c,v 1.34 2009/08/19 08:36:13 darrenr Exp $ */
+/* $NetBSD: ip_state.c,v 1.35 2009/11/22 19:09:16 mbalmer Exp $ */
/*
* Copyright (C) 1995-2003 by Darren Reed.
@@ -115,7 +115,7 @@
#if !defined(lint)
#if defined(__NetBSD__)
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_state.c,v 1.34 2009/08/19 08:36:13 darrenr Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_state.c,v 1.35 2009/11/22 19:09:16 mbalmer Exp $");
#else
static const char sccsid[] = "@(#)ip_state.c 1.8 6/5/96 (C) 1993-2000 Darren Reed";
static const char rcsid[] = "@(#)Id: ip_state.c,v 2.186.2.98 2009/07/21 09:40:56 darrenr Exp";
@@ -1601,7 +1601,7 @@
/*
* Extract the TCP options we are interested in out of
- * the header and store them in the the tcpdata struct.
+ * the header and store them in the tcpdata struct.
*/
switch (opt)
{
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/kern/sched_m2.c
--- a/sys/kern/sched_m2.c Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/kern/sched_m2.c Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sched_m2.c,v 1.28 2009/07/06 12:37:17 joerg Exp $ */
+/* $NetBSD: sched_m2.c,v 1.29 2009/11/22 19:09:16 mbalmer Exp $ */
/*
* Copyright (c) 2007, 2008 Mindaugas Rasiukevicius <rmind at NetBSD org>
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sched_m2.c,v 1.28 2009/07/06 12:37:17 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sched_m2.c,v 1.29 2009/11/22 19:09:16 mbalmer Exp $");
#include <sys/param.h>
@@ -209,7 +209,7 @@
/*
* If thread is in time-sharing queue and batch flag is not marked,
- * increase the the priority, and run with the lower time-quantum.
+ * increase the priority, and run with the lower time-quantum.
*/
if (l->l_priority < PRI_HIGHEST_TS && (l->l_flag & LW_BATCH) == 0) {
struct proc *p = l->l_proc;
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/kern/sys_aio.c
--- a/sys/kern/sys_aio.c Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/kern/sys_aio.c Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sys_aio.c,v 1.29 2009/10/21 21:12:06 rmind Exp $ */
+/* $NetBSD: sys_aio.c,v 1.30 2009/11/22 19:09:16 mbalmer Exp $ */
/*
* Copyright (c) 2007, Mindaugas Rasiukevicius <rmind at NetBSD org>
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sys_aio.c,v 1.29 2009/10/21 21:12:06 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sys_aio.c,v 1.30 2009/11/22 19:09:16 mbalmer Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -334,7 +334,7 @@
pool_put(&aio_lio_pool, lio);
}
- /* Destroy the the job */
+ /* Destroy the job */
pool_put(&aio_job_pool, a_job);
}
diff -r bb07127ca9a8 -r 90079f8a95f4 sys/netbt/rfcomm_upper.c
--- a/sys/netbt/rfcomm_upper.c Sun Nov 22 18:53:44 2009 +0000
+++ b/sys/netbt/rfcomm_upper.c Sun Nov 22 19:09:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rfcomm_upper.c,v 1.11 2008/08/06 15:01:24 plunky Exp $ */
+/* $NetBSD: rfcomm_upper.c,v 1.12 2009/11/22 19:09:16 mbalmer Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rfcomm_upper.c,v 1.11 2008/08/06 15:01:24 plunky Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rfcomm_upper.c,v 1.12 2009/11/22 19:09:16 mbalmer Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -386,7 +386,7 @@
* rfcomm_send(dlc, mbuf)
*
* Output data on DLC. This is streamed data, so we add it
- * to our buffer and start the the DLC, which will assemble
+ * to our buffer and start the DLC, which will assemble
* packets and send them if it can.
*/
int
Home |
Main Index |
Thread Index |
Old Index