Fix a typo in comment.

MFC after:	3 days
X-MFC with:	r321316
Sponsored by:	Rubicon Communications, LLC (Netgate)
This commit is contained in:
Luiz Otavio O Souza 2018-08-15 16:36:29 +00:00
parent 1da0bddb6d
commit a0376d4d29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337860

View File

@ -809,7 +809,7 @@ dummynet_send(struct mbuf *m)
ether_demux(m->m_pkthdr.rcvif, m);
break;
case DIR_OUT | PROTO_LAYER2: /* N_TO_ETH_OUT: */
case DIR_OUT | PROTO_LAYER2: /* DN_TO_ETH_OUT: */
ether_output_frame(ifp, m);
break;