Fix typo in comments.
This commit is contained in:
parent
e5434d17a5
commit
c220cab823
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: gem.c,v 1.60 2007/10/19 11:59:51 ad Exp $ */
|
||||
/* $NetBSD: gem.c,v 1.61 2007/12/29 17:59:20 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
@ -34,7 +34,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.60 2007/10/19 11:59:51 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.61 2007/12/29 17:59:20 tsutsui Exp $");
|
||||
|
||||
#include "opt_inet.h"
|
||||
#include "bpfilter.h"
|
||||
@ -1528,7 +1528,7 @@ gem_rint(sc)
|
||||
#if NBPFILTER > 0
|
||||
/*
|
||||
* Pass this up to any BPF listeners, but only
|
||||
* pass it up the stack if its for us.
|
||||
* pass it up the stack if it's for us.
|
||||
*/
|
||||
if (ifp->if_bpf)
|
||||
bpf_mtap(ifp->if_bpf, m);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: i82557.c,v 1.108 2007/12/17 12:18:31 tsutsui Exp $ */
|
||||
/* $NetBSD: i82557.c,v 1.109 2007/12/29 17:59:20 tsutsui Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998, 1999, 2001, 2002 The NetBSD Foundation, Inc.
|
||||
@ -73,7 +73,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1.108 2007/12/17 12:18:31 tsutsui Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1.109 2007/12/29 17:59:20 tsutsui Exp $");
|
||||
|
||||
#include "bpfilter.h"
|
||||
#include "rnd.h"
|
||||
@ -1363,7 +1363,7 @@ fxp_rxintr(struct fxp_softc *sc)
|
||||
#if NBPFILTER > 0
|
||||
/*
|
||||
* Pass this up to any BPF listeners, but only
|
||||
* pass it up the stack it its for us.
|
||||
* pass it up the stack if it's for us.
|
||||
*/
|
||||
if (ifp->if_bpf)
|
||||
bpf_mtap(ifp->if_bpf, m);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: smc83c170.c,v 1.67 2007/10/19 12:00:01 ad Exp $ */
|
||||
/* $NetBSD: smc83c170.c,v 1.68 2007/12/29 17:59:20 tsutsui Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
|
||||
@ -43,7 +43,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.67 2007/10/19 12:00:01 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.68 2007/12/29 17:59:20 tsutsui Exp $");
|
||||
|
||||
#include "bpfilter.h"
|
||||
|
||||
@ -735,7 +735,7 @@ epic_intr(arg)
|
||||
#if NBPFILTER > 0
|
||||
/*
|
||||
* Pass this up to any BPF listeners, but only
|
||||
* pass it up the stack if its for us.
|
||||
* pass it up the stack if it's for us.
|
||||
*/
|
||||
if (ifp->if_bpf)
|
||||
bpf_mtap(ifp->if_bpf, m);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: tulip.c,v 1.154 2007/10/19 12:00:03 ad Exp $ */
|
||||
/* $NetBSD: tulip.c,v 1.155 2007/12/29 17:59:20 tsutsui Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc.
|
||||
@ -43,7 +43,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.154 2007/10/19 12:00:03 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.155 2007/12/29 17:59:20 tsutsui Exp $");
|
||||
|
||||
#include "bpfilter.h"
|
||||
|
||||
@ -1412,7 +1412,7 @@ tlp_rxintr(struct tulip_softc *sc)
|
||||
#if NBPFILTER > 0
|
||||
/*
|
||||
* Pass this up to any BPF listeners, but only
|
||||
* pass it up the stack if its for us.
|
||||
* pass it up the stack if it's for us.
|
||||
*/
|
||||
if (ifp->if_bpf)
|
||||
bpf_mtap(ifp->if_bpf, m);
|
||||
|
Loading…
Reference in New Issue
Block a user