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 /sys/netbt | |
parent | 9995c9893bee649316849c61f370e08de02cf460 (diff) |
Fix "the the"s. ok miod@.
Diffstat (limited to 'sys/netbt')
-rw-r--r-- | sys/netbt/rfcomm_upper.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |