summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_cx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/if_cx.c')
-rw-r--r--sys/i386/isa/if_cx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c
index 113578b..f4adf10 100644
--- a/sys/i386/isa/if_cx.c
+++ b/sys/i386/isa/if_cx.c
@@ -771,7 +771,7 @@ void cxinput (cx_chan_t *c, void *buf, unsigned len)
#if NBPFILTER > 0
/*
* Check if there's a BPF listener on this interface.
- * If so, hand off the raw packet to bpf.
+ * If so, hand off the raw packet to bpf.
*/
if (c->bpf)
bpf_tap (c->bpf, buf, len);
OpenPOWER on IntegriCloud