summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2007-08-06 08:28:10 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2007-08-06 08:28:10 +0000
commit35b413543f3dffa06b9f667cd8c650ec3d3115f0 (patch)
tree8ab69b6f1dc6d52bfc08bc723294d8194ad8eb0a
parent72aa930bb7597fbf1bd1dd8a75cb6dbc58e262cd (diff)
Fix some "that that"s.
ok miod@ jmc@
-rw-r--r--sys/arch/arm/xscale/i80321_pci.c4
-rw-r--r--sys/dev/atapiscsi/atapiscsi.c4
-rw-r--r--sys/dev/ic/ncr53c9x.c4
-rw-r--r--sys/net/bpf_filter.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/arm/xscale/i80321_pci.c b/sys/arch/arm/xscale/i80321_pci.c
index 4fcf38b821d..94c2ede305a 100644
--- a/sys/arch/arm/xscale/i80321_pci.c
+++ b/sys/arch/arm/xscale/i80321_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i80321_pci.c,v 1.2 2006/05/29 17:27:31 drahn Exp $ */
+/* $OpenBSD: i80321_pci.c,v 1.3 2007/08/06 08:28:09 tom Exp $ */
/* $NetBSD: i80321_pci.c,v 1.7 2005/12/15 01:44:00 briggs Exp $ */
/*
@@ -182,7 +182,7 @@ i80321_pci_conf_setup(struct i80321_softc *sc, pcitag_t tag, int offset,
if (ps->ps_d > (31 - 16))
return (1);
/*
- * NOTE: PCI-X requires that that devices updated their
+ * NOTE: PCI-X requires that devices update their
* PCIXSR on every config write with the device number
* specified in AD[15:11]. If we don't set this field,
* each device could end of thinking it is at device 0,
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c
index cfd0c2084ad..6fd9f9631d5 100644
--- a/sys/dev/atapiscsi/atapiscsi.c
+++ b/sys/dev/atapiscsi/atapiscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atapiscsi.c,v 1.77 2007/02/14 00:53:47 jsg Exp $ */
+/* $OpenBSD: atapiscsi.c,v 1.78 2007/08/06 08:28:09 tom Exp $ */
/*
* This code is derived from code with the copyright below.
@@ -821,7 +821,7 @@ wdc_atapi_send_packet(chp, xfer, timeout, ret)
* Limit length to what can be stuffed into the cylinder register
* (16 bits). Some CD-ROMs seem to interpret '0' as 65536,
* but not all devices do that and it's not obvious from the
- * ATAPI spec that that behaviour should be expected. If more
+ * ATAPI spec that this behaviour should be expected. If more
* data is necessary, multiple data transfer phases will be done.
*/
diff --git a/sys/dev/ic/ncr53c9x.c b/sys/dev/ic/ncr53c9x.c
index 700703f61fb..8676dffeead 100644
--- a/sys/dev/ic/ncr53c9x.c
+++ b/sys/dev/ic/ncr53c9x.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr53c9x.c,v 1.33 2006/11/28 23:59:45 dlg Exp $ */
+/* $OpenBSD: ncr53c9x.c,v 1.34 2007/08/06 08:28:09 tom Exp $ */
/* $NetBSD: ncr53c9x.c,v 1.56 2000/11/30 14:41:46 thorpej Exp $ */
/*
@@ -197,7 +197,7 @@ ncr53c9x_attach(sc, adapter, dev)
/*
* Allocate SCSI message buffers.
* Front-ends can override allocation to avoid alignment
- * handling in the DMA engines. Note that that ncr53c9x_msgout()
+ * handling in the DMA engines. Note that ncr53c9x_msgout()
* can request a 1 byte DMA transfer.
*/
if (sc->sc_omess == NULL)
diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c
index e6d5835c5f5..20e5e01444a 100644
--- a/sys/net/bpf_filter.c
+++ b/sys/net/bpf_filter.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf_filter.c,v 1.18 2006/10/28 06:34:19 otto Exp $ */
+/* $OpenBSD: bpf_filter.c,v 1.19 2007/08/06 08:28:09 tom Exp $ */
/* $NetBSD: bpf_filter.c,v 1.12 1996/02/13 22:00:00 christos Exp $ */
/*
@@ -550,7 +550,7 @@ bpf_validate(f, len)
break;
case BPF_JMP:
/*
- * Check that that jumps are forward, and within
+ * Check that jumps are forward, and within
* the code block.
*/
from = i + 1;