Remove a couple unintentional mentions of Ethernet that crept in from
ng_ether.c.
This commit is contained in:
parent
95d674824f
commit
7360079ab3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user