svn commit: r321316 - head/sys/netpfil/ipfw

Luiz Otavio O Souza loos at FreeBSD.org
Fri Jul 21 03:04:56 UTC 2017


Author: loos
Date: Fri Jul 21 03:04:55 2017
New Revision: 321316
URL: https://svnweb.freebsd.org/changeset/base/321316

Log:
  Fix a couple of typos in a comment.
  
  MFC after:	1 week
  Sponsored by:	Rubicon Communications, LLC (Netgate)

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

Modified: head/sys/netpfil/ipfw/ip_fw_table.c
==============================================================================
--- head/sys/netpfil/ipfw/ip_fw_table.c	Fri Jul 21 01:35:55 2017	(r321315)
+++ head/sys/netpfil/ipfw/ip_fw_table.c	Fri Jul 21 03:04:55 2017	(r321316)
@@ -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