summaryrefslogtreecommitdiff
path: root/sys/net
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 /sys/net
parent72aa930bb7597fbf1bd1dd8a75cb6dbc58e262cd (diff)
Fix some "that that"s.
ok miod@ jmc@
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bpf_filter.c4
1 files changed, 2 insertions, 2 deletions
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;