summaryrefslogtreecommitdiffstats
path: root/sys/net/ethernet.h
diff options
context:
space:
mode:
authorcsjp <csjp@FreeBSD.org>2006-11-18 23:38:31 +0000
committercsjp <csjp@FreeBSD.org>2006-11-18 23:38:31 +0000
commit683ec6284c45d2451ce62bf6c392593db0903d1a (patch)
tree1058c9f649ec8f6210c887d476de97c2d682ee34 /sys/net/ethernet.h
parent1297929613de7b42f337acf6f2e0f14a80654950 (diff)
downloadFreeBSD-src-683ec6284c45d2451ce62bf6c392593db0903d1a.zip
FreeBSD-src-683ec6284c45d2451ce62bf6c392593db0903d1a.tar.gz
Fix typo in comment
Pointed out by: ru
Diffstat (limited to 'sys/net/ethernet.h')
-rw-r--r--sys/net/ethernet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h
index f091f60..8d512c0 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)) { \
OpenPOWER on IntegriCloud