summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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