Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 13:55:49 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r272363 - soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw
Message-ID:  <201408131355.s7DDtnNr019658@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dpl
Date: Wed Aug 13 13:55:48 2014
New Revision: 272363
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272363

Log:
  Comment

Modified:
  soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h

Modified: soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h
==============================================================================
--- soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h	Wed Aug 13 12:58:15 2014	(r272362)
+++ soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h	Wed Aug 13 13:55:48 2014	(r272363)
@@ -35,7 +35,7 @@
 
 #include <machine/in_cksum.h>	/* XXX for in_cksum */
 
-// The real function will be inserted by the JIT.
+// The real function will be compiled and inserted by the JIT.
 int ipfw_chk_jit(struct ip_fw_args *args, struct ip_fw_chain *chain);
 
 // Declarations of some needed structs.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408131355.s7DDtnNr019658>