more s/the the/the/

This commit is contained in:
mbalmer 2009-11-22 19:09:15 +00:00
parent 60e7a7b128
commit 0ae57f90dd
12 changed files with 30 additions and 30 deletions

View File

@ -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)

View File

@ -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 @@ the serial console. This means firing up your trusty soldering iron and
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

View File

@ -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 @@ device_register(device_t dev, void *aux)
* 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.
*/

View File

@ -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 @@ env_getenv(const char *name)
* 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.
*/

View File

@ -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)
*

View File

@ -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 @@ grtwo_fill_rectangle(struct grtwo_devconfig * dc, int x1, int y1, int x2,
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. */

View File

@ -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 @@ compat_modcmd(modcmd_t cmd, void *arg)
return EBUSY;
}
#endif
/* Unlink the the system calls. */
/* Unlink the system calls. */
error = syscall_disestablish(NULL, compat_syscalls);
if (error != 0) {
return error;

View File

@ -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 @@ QMgrCheckQueue(N8_Component_t unit,
* 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.

View File

@ -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 @@ struct file;
#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 @@ tcpdata_t *td;
/*
* 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)
{

View File

@ -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 @@ sched_slept(struct lwp *l)
/*
* 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;

View File

@ -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 @@ aio_worker(void *arg)
pool_put(&aio_lio_pool, lio);
}
/* Destroy the the job */
/* Destroy the job */
pool_put(&aio_job_pool, a_job);
}

View File

@ -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_listen(struct rfcomm_dlc *dlc)
* 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