Author: loos
Date: Wed Aug 15 16:36:29 2018
New Revision: 337860
URL: https://svnweb.freebsd.org/changeset/base/337860

Log:
  Fix a typo in comment.
  
  MFC after:    3 days
  X-MFC with:   r321316
  Sponsored by: Rubicon Communications, LLC (Netgate)

Modified:
  head/sys/netpfil/ipfw/ip_dn_io.c

Modified: head/sys/netpfil/ipfw/ip_dn_io.c
==============================================================================
--- head/sys/netpfil/ipfw/ip_dn_io.c    Wed Aug 15 16:34:31 2018        
(r337859)
+++ head/sys/netpfil/ipfw/ip_dn_io.c    Wed Aug 15 16:36:29 2018        
(r337860)
@@ -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;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to