diff options
| author | simonb <simonb@NetBSD.org> | 2004-04-23 02:58:27 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2004-04-23 02:58:27 +0000 |
| commit | 9bc855a9318a0a67f86e978bdd66366e2786b5ef (patch) | |
| tree | 5ad22dd973d299d05210905342892ed44925baa8 /sys | |
| parent | ba5d7d507ca5f52f1ee68ed0c1a8527c58d07c9d (diff) | |
s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/altq/altq_cbq.c | 8 | ||||
| -rw-r--r-- | sys/arch/acorn26/acorn26/pmap.c | 6 | ||||
| -rw-r--r-- | sys/arch/evbarm/iq80310/i80312_mainbus.c | 7 | ||||
| -rw-r--r-- | sys/arch/evbarm/iq80321/i80321_mainbus.c | 7 | ||||
| -rw-r--r-- | sys/arch/hp700/hp700/locore.S | 4 | ||||
| -rw-r--r-- | sys/arch/sparc64/dev/iommureg.h | 4 | ||||
| -rw-r--r-- | sys/arch/sun2/sun2/control.h | 4 | ||||
| -rw-r--r-- | sys/arch/x68k/dev/ite.c | 6 | ||||
| -rw-r--r-- | sys/dev/acpi/acpica/Subsystem/nsalloc.c | 4 | ||||
| -rw-r--r-- | sys/dev/i2o/iopl.c | 6 | ||||
| -rw-r--r-- | sys/dev/pci/bktr/bktr_card.c | 6 | ||||
| -rw-r--r-- | sys/dev/podulebus/if_eireg.h | 9 | ||||
| -rw-r--r-- | sys/kern/init_sysctl.c | 8 | ||||
| -rw-r--r-- | sys/kern/kern_malloc_debug.c | 6 | ||||
| -rw-r--r-- | sys/net/if_vlan.c | 8 |
15 files changed, 45 insertions, 48 deletions
diff --git a/sys/altq/altq_cbq.c b/sys/altq/altq_cbq.c index f129e7bc0b6..9825ed4c62c 100644 --- a/sys/altq/altq_cbq.c +++ b/sys/altq/altq_cbq.c @@ -1,4 +1,4 @@ -/* $NetBSD: altq_cbq.c,v 1.9 2004/02/24 15:22:01 wiz Exp $ */ +/* $NetBSD: altq_cbq.c,v 1.10 2004/04/23 02:58:28 simonb Exp $ */ /* $KAME: altq_cbq.c,v 1.11 2002/10/04 14:24:09 kjc Exp $ */ /* @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: altq_cbq.c,v 1.9 2004/02/24 15:22:01 wiz Exp $"); +__KERNEL_RCSID(0, "$NetBSD: altq_cbq.c,v 1.10 2004/04/23 02:58:28 simonb Exp $"); #if defined(__FreeBSD__) || defined(__NetBSD__) #include "opt_altq.h" @@ -194,8 +194,8 @@ cbq_modify_class(acp) * * This function create a new traffic class in the CBQ class hierarchy of * given parameters. The class that created is either the root, default, - * or a new dynamic class. If CBQ is not initilaized, the the root class - * will be created. + * or a new dynamic class. If CBQ is not initilaized, the root class will + * be created. */ static int cbq_class_create(cbqp, acp, parent, borrow) diff --git a/sys/arch/acorn26/acorn26/pmap.c b/sys/arch/acorn26/acorn26/pmap.c index c810464f8c1..009b2465412 100644 --- a/sys/arch/acorn26/acorn26/pmap.c +++ b/sys/arch/acorn26/acorn26/pmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.10 2003/10/26 13:17:50 jdolecek Exp $ */ +/* $NetBSD: pmap.c,v 1.11 2004/04/23 02:58:28 simonb Exp $ */ /*- * Copyright (c) 1997, 1998, 2000 Ben Harris * All rights reserved. @@ -33,7 +33,7 @@ * The MMU on ARM2 and ARM3 systems is an Acorn custom chip called MEMC * (Anna to her friends). Each MEMC can handle up to 4MB of local DRAM, * split into 128 pages. Thus, a system with 16MB of RAM will have four - * MEMCs co-operating to run it. In addition the the MMU, the master MEMC + * MEMCs co-operating to run it. In addition the MMU, the master MEMC * in a system handles video and sound DMA, the system clocks and the * address decoding necessary to control accesses to the I/O system, ROMs * and VIDC. @@ -102,7 +102,7 @@ #include <sys/param.h> -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.10 2003/10/26 13:17:50 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.11 2004/04/23 02:58:28 simonb Exp $"); #include <sys/kernel.h> /* for cold */ #include <sys/malloc.h> diff --git a/sys/arch/evbarm/iq80310/i80312_mainbus.c b/sys/arch/evbarm/iq80310/i80312_mainbus.c index 1359307e6fc..e1081b62529 100644 --- a/sys/arch/evbarm/iq80310/i80312_mainbus.c +++ b/sys/arch/evbarm/iq80310/i80312_mainbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: i80312_mainbus.c,v 1.11 2003/07/15 00:25:02 lukem Exp $ */ +/* $NetBSD: i80312_mainbus.c,v 1.12 2004/04/23 02:58:28 simonb Exp $ */ /* * Copyright (c) 2001, 2002 Wasabi Systems, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: i80312_mainbus.c,v 1.11 2003/07/15 00:25:02 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i80312_mainbus.c,v 1.12 2004/04/23 02:58:28 simonb Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -118,8 +118,7 @@ i80312_mainbus_attach(struct device *parent, struct device *self, void *aux) sc->sc_dev.dv_xname); /* - * We have mapped the the PCI I/O windows in the early - * bootstrap phase. + * We have mapped the PCI I/O windows in the early bootstrap phase. */ sc->sc_piow_vaddr = IQ80310_PIOW_VBASE; sc->sc_siow_vaddr = IQ80310_SIOW_VBASE; diff --git a/sys/arch/evbarm/iq80321/i80321_mainbus.c b/sys/arch/evbarm/iq80321/i80321_mainbus.c index b3bbf44c71e..8e1eb70edba 100644 --- a/sys/arch/evbarm/iq80321/i80321_mainbus.c +++ b/sys/arch/evbarm/iq80321/i80321_mainbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: i80321_mainbus.c,v 1.13 2003/12/17 22:03:24 abs Exp $ */ +/* $NetBSD: i80321_mainbus.c,v 1.14 2004/04/23 02:58:28 simonb Exp $ */ /* * Copyright (c) 2001, 2002 Wasabi Systems, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: i80321_mainbus.c,v 1.13 2003/12/17 22:03:24 abs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i80321_mainbus.c,v 1.14 2004/04/23 02:58:28 simonb Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -124,8 +124,7 @@ i80321_mainbus_attach(struct device *parent, struct device *self, void *aux) sc->sc_dev.dv_xname); /* - * We have mapped the the PCI I/O windows in the early - * bootstrap phase. + * We have mapped the PCI I/O windows in the early bootstrap phase. */ sc->sc_iow_vaddr = IQ80321_IOW_VBASE; diff --git a/sys/arch/hp700/hp700/locore.S b/sys/arch/hp700/hp700/locore.S index aa877f9652c..ecc63171d09 100644 --- a/sys/arch/hp700/hp700/locore.S +++ b/sys/arch/hp700/hp700/locore.S @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.6 2004/01/05 08:59:55 jdolecek Exp $ */ +/* $NetBSD: locore.S,v 1.7 2004/04/23 02:58:28 simonb Exp $ */ /* $OpenBSD: locore.S,v 1.46 2001/09/20 18:33:03 mickey Exp $ */ @@ -898,7 +898,7 @@ sw_qnempty: copy %arg1, %t2 /* * Either we must be switching to the same LWP, or - * the the new LWP's kernel stack must be reasonable. + * the new LWP's kernel stack must be reasonable. */ comb,=,n %arg1, %arg2, kstack_ok ldw L_MD_REGS(%arg1), %t1 diff --git a/sys/arch/sparc64/dev/iommureg.h b/sys/arch/sparc64/dev/iommureg.h index 92a34d0a4f3..258d5753b17 100644 --- a/sys/arch/sparc64/dev/iommureg.h +++ b/sys/arch/sparc64/dev/iommureg.h @@ -1,4 +1,4 @@ -/* $NetBSD: iommureg.h,v 1.11 2003/10/11 20:53:14 petrov Exp $ */ +/* $NetBSD: iommureg.h,v 1.12 2004/04/23 02:58:28 simonb Exp $ */ /* * Copyright (c) 1992, 1993 @@ -118,7 +118,7 @@ struct iommu_strbuf { * Unfortunately, sabres on UltraSPARC IIi and IIe processors does not use * this scheme to determine the IOVA base address. Instead, bits 31-29 are * used to check against the Target Address Space register in the IIi and - * the the IOMMU is used if they hit. God knows what goes on in the IIe. + * the IOMMU is used if they hit. God knows what goes on in the IIe. * */ diff --git a/sys/arch/sun2/sun2/control.h b/sys/arch/sun2/sun2/control.h index d1c76c9e532..0ae944e4438 100644 --- a/sys/arch/sun2/sun2/control.h +++ b/sys/arch/sun2/sun2/control.h @@ -1,4 +1,4 @@ -/* $NetBSD: control.h,v 1.3 2001/06/14 16:36:46 fredette Exp $ */ +/* $NetBSD: control.h,v 1.4 2004/04/23 02:58:28 simonb Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ /* * On the Sun3, the 32 bytes of IDPROM are at consecutive addresses in * control space starting at 0x00000000. On the Sun2, the 32 bytes of - * IDPROM are at offset 8 in each of the the first 32 pages of control + * IDPROM are at offset 8 in each of the first 32 pages of control * space, i.e., on the Sun2, in control space the page frame is used * as an index, and the page offset bits are used to select something * to use that index with. I'm not sure which I like better. diff --git a/sys/arch/x68k/dev/ite.c b/sys/arch/x68k/dev/ite.c index 97393fbdcd6..dc4094b5fff 100644 --- a/sys/arch/x68k/dev/ite.c +++ b/sys/arch/x68k/dev/ite.c @@ -1,4 +1,4 @@ -/* $NetBSD: ite.c,v 1.36 2003/11/01 12:56:32 jdolecek Exp $ */ +/* $NetBSD: ite.c,v 1.37 2004/04/23 02:58:28 simonb Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -83,7 +83,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.36 2003/11/01 12:56:32 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.37 2004/04/23 02:58:28 simonb Exp $"); #include "ite.h" #if NITE > 0 @@ -391,7 +391,7 @@ iteoff(dev, flag) /* * XXX When the system is rebooted with "reboot", init(8) * kills the last process to have the console open. - * If we don't revent the the ITE_ACTIVE bit from being + * If we don't revent the ITE_ACTIVE bit from being * cleared, we will never see messages printed during * the process of rebooting. */ diff --git a/sys/dev/acpi/acpica/Subsystem/nsalloc.c b/sys/dev/acpi/acpica/Subsystem/nsalloc.c index 0bf9802358e..823e3f627ee 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsalloc.c +++ b/sys/dev/acpi/acpica/Subsystem/nsalloc.c @@ -116,7 +116,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: nsalloc.c,v 1.13 2004/02/14 16:57:24 kochi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: nsalloc.c,v 1.14 2004/04/23 02:58:29 simonb Exp $"); #define __NSALLOC_C__ @@ -358,7 +358,7 @@ AcpiNsInstallNode ( { #ifdef ACPI_ALPHABETIC_NAMESPACE /* - * Walk the list whilst searching for the the correct + * Walk the list whilst searching for the correct * alphabetic placement. */ PreviousChildNode = NULL; diff --git a/sys/dev/i2o/iopl.c b/sys/dev/i2o/iopl.c index b75cb810291..362ee6bfd26 100644 --- a/sys/dev/i2o/iopl.c +++ b/sys/dev/i2o/iopl.c @@ -1,4 +1,4 @@ -/* $NetBSD: iopl.c,v 1.12 2004/04/22 00:17:11 itojun Exp $ */ +/* $NetBSD: iopl.c,v 1.13 2004/04/23 02:58:29 simonb Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: iopl.c,v 1.12 2004/04/22 00:17:11 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: iopl.c,v 1.13 2004/04/23 02:58:29 simonb Exp $"); #include "opt_i2o.h" #include "opt_inet.h" @@ -334,7 +334,7 @@ iopl_attach(struct device *parent, struct device *self, void *aux) iop_initiator_register(iop, &sc->sc_ii_tx); /* - * Determine some of the the capabilities of the interface - in + * Determine some of the capabilities of the interface - in * particular, the maximum number of segments per S/G list, and how * much buffer context we'll need to transmit frames (some adapters * may need the destination address in the buffer context). diff --git a/sys/dev/pci/bktr/bktr_card.c b/sys/dev/pci/bktr/bktr_card.c index dfed7418755..28b9b5e84fb 100644 --- a/sys/dev/pci/bktr/bktr_card.c +++ b/sys/dev/pci/bktr/bktr_card.c @@ -1,6 +1,6 @@ /* $SourceForge: bktr_card.c,v 1.3 2003/03/11 23:11:21 thomasklausner Exp $ */ -/* $NetBSD: bktr_card.c,v 1.16 2003/10/30 01:58:17 simonb Exp $ */ +/* $NetBSD: bktr_card.c,v 1.17 2004/04/23 02:58:29 simonb Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_card.c,v 1.16 2000/10/31 13:09:56 roger Exp$ */ /* @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bktr_card.c,v 1.16 2003/10/30 01:58:17 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bktr_card.c,v 1.17 2004/04/23 02:58:29 simonb Exp $"); #include "opt_bktr.h" /* Include any kernel config options */ @@ -503,7 +503,7 @@ static int locate_eeprom_address(bktr_ptr_t bktr) { * * However some makes of card (eg Hauppauge) come with a configuration eeprom * which tells us the make of the card. Most eeproms also tell us the - * tuner type and other features of the the cards. + * tuner type and other features of the cards. * * The current probe code works as follows * A) If the card uses a Bt878/879: diff --git a/sys/dev/podulebus/if_eireg.h b/sys/dev/podulebus/if_eireg.h index 54d5fbd596f..43b56d1a7cd 100644 --- a/sys/dev/podulebus/if_eireg.h +++ b/sys/dev/podulebus/if_eireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_eireg.h,v 1.2 2001/12/21 22:33:28 bjh21 Exp $ */ +/* $NetBSD: if_eireg.h,v 1.3 2004/04/23 02:58:29 simonb Exp $ */ /* * 2000 Ben Harris @@ -52,10 +52,9 @@ #define EI_SCP_ADDR IE_SCP_ADDR % EI_MEMSIZE /* - * The ROM on the Ether1 is a bit oddly wired, in that the interrupt - * line is wired up as the high-order address line, so as to allow the - * interrupt status bit the the first byte to reflect the actual - * interrupt status. + * The ROM on the Ether1 is a bit oddly wired, in that the interrupt line + * is wired up as the high-order address line, so as to allow the interrupt + * status bit the first byte to reflect the actual interrupt status. */ #define EI_ROMSIZE 0x20 diff --git a/sys/kern/init_sysctl.c b/sys/kern/init_sysctl.c index 84624ac0cec..73c8a20c20b 100644 --- a/sys/kern/init_sysctl.c +++ b/sys/kern/init_sysctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: init_sysctl.c,v 1.27 2004/04/16 13:25:40 atatat Exp $ */ +/* $NetBSD: init_sysctl.c,v 1.28 2004/04/23 02:58:29 simonb Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: init_sysctl.c,v 1.27 2004/04/16 13:25:40 atatat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: init_sysctl.c,v 1.28 2004/04/23 02:58:29 simonb Exp $"); #include "opt_sysv.h" #include "opt_multiprocessor.h" @@ -1228,8 +1228,8 @@ sysctl_kern_autonice(SYSCTLFN_ARGS) /* * sysctl helper routine for kern.msgbufsize and kern.msgbuf. for the - * former it merely checks the the message buffer is set up. for the - * latter, it also copies out the data if necessary. + * former it merely checks the message buffer is set up. for the latter, + * it also copies out the data if necessary. */ static int sysctl_msgbuf(SYSCTLFN_ARGS) diff --git a/sys/kern/kern_malloc_debug.c b/sys/kern/kern_malloc_debug.c index e1a56859344..d2d0f618fa7 100644 --- a/sys/kern/kern_malloc_debug.c +++ b/sys/kern/kern_malloc_debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: kern_malloc_debug.c,v 1.11 2003/10/24 00:53:43 yamt Exp $ */ +/* $NetBSD: kern_malloc_debug.c,v 1.12 2004/04/23 02:58:29 simonb Exp $ */ /* * Copyright (c) 1999, 2000 Artur Grabowski <art@openbsd.org> @@ -41,7 +41,7 @@ * more types will also add to the complexity of the code. * * This is really simple. Every malloc() allocates two virtual pages, - * the second page is left unmapped, and the the value returned is aligned + * the second page is left unmapped, and the value returned is aligned * so that it ends at (or very close to) the page boundary to catch overflows. * Every free() changes the protection of the first page to VM_PROT_NONE so * that we can catch any dangling writes to it. @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: kern_malloc_debug.c,v 1.11 2003/10/24 00:53:43 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_malloc_debug.c,v 1.12 2004/04/23 02:58:29 simonb Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 99dfc5a9f4c..8ae3fce0da8 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_vlan.c,v 1.39 2004/04/21 18:40:41 itojun Exp $ */ +/* $NetBSD: if_vlan.c,v 1.40 2004/04/23 02:58:29 simonb Exp $ */ /*- * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc. @@ -85,7 +85,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_vlan.c,v 1.39 2004/04/21 18:40:41 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_vlan.c,v 1.40 2004/04/23 02:58:29 simonb Exp $"); #include "opt_inet.h" #include "bpfilter.h" @@ -833,8 +833,8 @@ vlan_start(struct ifnet *ifp) /* * Given an Ethernet frame, find a valid vlan interface corresponding to the - * given source interface and tag, then run the the real packet through - * the parent's input routine. + * given source interface and tag, then run the real packet through the + * parent's input routine. */ void vlan_input(struct ifnet *ifp, struct mbuf *m) |
