diff options
author | 2007-10-06 16:01:17 +0000 | |
---|---|---|
committer | 2007-10-06 16:01:17 +0000 | |
commit | 5438edf28bc4dc090f3d162f6eeae6921a7f5239 (patch) | |
tree | f61557f7f8a7a802a49f410eec97c2688b00cec0 | |
parent | Allow the various pf table actions to operate independently. For example, (diff) | |
download | wireguard-openbsd-5438edf28bc4dc090f3d162f6eeae6921a7f5239.tar.xz wireguard-openbsd-5438edf28bc4dc090f3d162f6eeae6921a7f5239.zip |
Another NPBFILTER comment typo.
From Jung <moorang@gmail.com>
-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) { /* |