svn commit: r338082 - stable/11/sys/netpfil/ipfw

Luiz Otavio O Souza loos at FreeBSD.org
Mon Aug 20 01:38:49 UTC 2018


Author: loos
Date: Mon Aug 20 01:38:48 2018
New Revision: 338082
URL: https://svnweb.freebsd.org/changeset/base/338082

Log:
  MFC r321316, r337860:
  
  Fix a few typos in comments.

Modified:
  stable/11/sys/netpfil/ipfw/ip_dn_io.c
  stable/11/sys/netpfil/ipfw/ip_fw_table.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/netpfil/ipfw/ip_dn_io.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/ip_dn_io.c	Mon Aug 20 01:01:33 2018	(r338081)
+++ stable/11/sys/netpfil/ipfw/ip_dn_io.c	Mon Aug 20 01:38:48 2018	(r338082)
@@ -807,7 +807,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;
 

Modified: stable/11/sys/netpfil/ipfw/ip_fw_table.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/ip_fw_table.c	Mon Aug 20 01:01:33 2018	(r338081)
+++ stable/11/sys/netpfil/ipfw/ip_fw_table.c	Mon Aug 20 01:38:48 2018	(r338082)
@@ -1658,7 +1658,7 @@ ipfw_unref_table(struct ip_fw_chain *ch, uint16_t kidx
 }
 
 /*
- * Lookup an arbtrary key @paddr of legth @plen in table @tbl.
+ * Lookup an arbitrary key @paddr of length @plen in table @tbl.
  * Stores found value in @val.
  *
  * Returns 1 if key was found.


More information about the svn-src-all mailing list