diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-06-26 10:30:06 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-06-26 10:30:06 +0000 |
commit | 30afd21483ec27ae5c4ca7f7284d61e27ab055c7 (patch) | |
tree | 64f91b81a54241f8ccbd2d806e95a7710364c0fc | |
parent | 9995c9893bee649316849c61f370e08de02cf460 (diff) |
Fix "the the"s. ok miod@.
-rw-r--r-- | sys/dev/pci/ixgb_ee.c | 4 | ||||
-rw-r--r-- | sys/netbt/rfcomm_upper.c | 4 | ||||
-rw-r--r-- | sys/sys/cdefs.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/ixgb_ee.c b/sys/dev/pci/ixgb_ee.c index 2f0031d9e2a..d506a9badf8 100644 --- a/sys/dev/pci/ixgb_ee.c +++ b/sys/dev/pci/ixgb_ee.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: ixgb_ee.c,v 1.1 2005/11/14 23:25:43 brad Exp $ */ +/* $OpenBSD: ixgb_ee.c,v 1.2 2007/06/26 10:30:05 tom Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -339,7 +339,7 @@ ixgb_wait_eeprom_command(struct ixgb_hw *hw) * hw - Struct containing variables accessed by shared code * * Reads the first 64 16 bit words of the EEPROM and sums the values read. - * If the the sum of the 64 16 bit words is 0xBABA, the EEPROM's checksum is + * If the sum of the 64 16 bit words is 0xBABA, the EEPROM's checksum is * valid. * * Returns: diff --git a/sys/netbt/rfcomm_upper.c b/sys/netbt/rfcomm_upper.c index 4d6849733db..804d21e20a6 100644 --- a/sys/netbt/rfcomm_upper.c +++ b/sys/netbt/rfcomm_upper.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rfcomm_upper.c,v 1.1 2007/06/01 02:46:12 uwe Exp $ */ +/* $OpenBSD: rfcomm_upper.c,v 1.2 2007/06/26 10:30:05 tom Exp $ */ /* $NetBSD: rfcomm_upper.c,v 1.6 2007/04/21 06:15:23 plunky Exp $ */ /*- @@ -367,7 +367,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 diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index 65446a6c5d3..e925f45241f 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cdefs.h,v 1.24 2006/12/23 15:00:14 miod Exp $ */ +/* $OpenBSD: cdefs.h,v 1.25 2007/06/26 10:30:05 tom Exp $ */ /* $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $ */ /* @@ -286,7 +286,7 @@ /* * _ANSI_SOURCE means to expose ANSI C89 interfaces only. - * If the the user defines it in addition to one of the POSIX or XOPEN + * If the user defines it in addition to one of the POSIX or XOPEN * macros, assume the POSIX/XOPEN macro(s) should take precedence. */ #if defined(_ANSI_SOURCE) && !defined(__POSIX_VISIBLE) && \ |