summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_gif.c
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-09-28 00:02:50 +0000
committerbrooks <brooks@FreeBSD.org>2001-09-28 00:02:50 +0000
commit21eb2e91b646074cbdfc4ce4b8796f3f1032636a (patch)
treee65d5bed5091daac89c29ea39a544684b2cbd6e5 /sys/netgraph/ng_gif.c
parentba0abc48e844dc46eb98e9154612ec334eb118de (diff)
downloadFreeBSD-src-21eb2e91b646074cbdfc4ce4b8796f3f1032636a.zip
FreeBSD-src-21eb2e91b646074cbdfc4ce4b8796f3f1032636a.tar.gz
Remove a couple unintentional mentions of Ethernet that crept in from
ng_ether.c.
Diffstat (limited to 'sys/netgraph/ng_gif.c')
-rw-r--r--sys/netgraph/ng_gif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c
index 7b60249..7661dad 100644
--- a/sys/netgraph/ng_gif.c
+++ b/sys/netgraph/ng_gif.c
@@ -260,7 +260,7 @@ ng_gif_attach(struct ifnet *ifp)
}
/*
- * An Ethernet interface is being detached.
+ * An interface is being detached.
* REALLY Destroy its node.
*/
static void
@@ -283,7 +283,7 @@ ng_gif_detach(struct ifnet *ifp)
}
/*
- * Optimization for gluing the Ethernet header back onto
+ * Optimization for gluing the address family onto
* the front of an incoming packet.
*/
static int
OpenPOWER on IntegriCloud