summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-10-06 14:50:23 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-10-06 14:50:23 +0000
commit177f761d41c445b1ac2f5209d0184c536a52ab41 (patch)
treed9c4bdf98e96d8e1c34100d53a96815090f4eec5 /sys/dev/pci
parent64f889a7ce6440251fb317f81c0201d410664c48 (diff)
NPBFILTER -> NBPFILTER in comments.
ok kettenis@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_cas.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_cas.c b/sys/dev/pci/if_cas.c
index f184ffa8dd1..865d2f4322f 100644
--- a/sys/dev/pci/if_cas.c
+++ b/sys/dev/pci/if_cas.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_cas.c,v 1.8 2007/04/18 21:08:35 kettenis Exp $ */
+/* $OpenBSD: if_cas.c,v 1.9 2007/10/06 14:50:22 jsg Exp $ */
/*
*
@@ -1188,7 +1188,7 @@ cas_rint(struct cas_softc *sc)
*/
if (ifp->if_bpf)
bpf_mtap(ifp->if_bpf, m, BPF_DIRECTION_IN);
-#endif /* NPBFILTER > 0 */
+#endif /* NBPFILTER > 0 */
ifp->if_ipackets++;
ether_input_mbuf(ifp, m);
@@ -1225,7 +1225,7 @@ cas_rint(struct cas_softc *sc)
*/
if (ifp->if_bpf)
bpf_mtap(ifp->if_bpf, m, BPF_DIRECTION_IN);
-#endif /* NPBFILTER > 0 */
+#endif /* NBPFILTER > 0 */
ifp->if_ipackets++;
ether_input_mbuf(ifp, m);