From 9bc855a9318a0a67f86e978bdd66366e2786b5ef Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 23 Apr 2004 02:58:27 +0000 Subject: s/the the/the/ (only in sources that aren't regularly imported from elsewhere). --- sys/dev/acpi/acpica/Subsystem/nsalloc.c | 4 ++-- sys/dev/i2o/iopl.c | 6 +++--- sys/dev/pci/bktr/bktr_card.c | 6 +++--- sys/dev/podulebus/if_eireg.h | 9 ++++----- 4 files changed, 12 insertions(+), 13 deletions(-) (limited to 'sys/dev') 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 -__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 -__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 -__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 -- cgit