From fa5c72f583df7d841b7cf91d64be85a2973ff209 Mon Sep 17 00:00:00 2001 From: "Christian S.J. Peron" Date: Sat, 18 Nov 2006 23:38:31 +0000 Subject: [PATCH] Fix typo in comment Pointed out by: ru --- sys/net/ethernet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h index f091f60b9376..8d512c06e66e 100644 --- a/sys/net/ethernet.h +++ b/sys/net/ethernet.h @@ -348,7 +348,7 @@ struct ether_addr { * offload for VLAN tag processing. It will check the mbuf to see if it has * M_VLANTAG set, and if it does, will pass the packet along to * ether_vlan_mtap. This function will re-insert VLAN tags for the duration - * of the tap, show they show up properly for network analyzers. + * of the tap, so they show up properly for network analyzers. */ #define ETHER_BPF_MTAP(_ifp, _m) do { \ if (bpf_peers_present((_ifp)->if_bpf)) { \