diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-10-06 16:01:18 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-10-06 16:01:18 +0000 |
commit | af76b7cc5c523c7fe7cd9dfcd2f302b9d4f07e14 (patch) | |
tree | ac463b5b1b90c3dd50ef350171446b7c2ae8c8f2 /sys/dev/usb | |
parent | 9cd20436c701dbe11c3aae3e65c60801f188ebd2 (diff) |
Another NPBFILTER comment typo.
From Jung <moorang@gmail.com>
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_atu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c index 992c01621c9..f5369d0d276 100644 --- a/sys/dev/usb/if_atu.c +++ b/sys/dev/usb/if_atu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atu.c,v 1.87 2007/09/17 01:40:38 fgsch Exp $ */ +/* $OpenBSD: if_atu.c,v 1.88 2007/10/06 16:01:17 jsg Exp $ */ /* * Copyright (c) 2003, 2004 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -1757,7 +1757,7 @@ atu_rxeof(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status) mb.m_flags = 0; bpf_mtap(sc->sc_radiobpf, &mb, BPF_DIRECTION_IN); } -#endif /* NPBFILTER > 0 */ +#endif /* NBPFILTER > 0 */ if (wh->i_fc[1] & IEEE80211_FC1_WEP) { /* |