[netfilter-cvslog] r6686 - branches/ulog/ulogd2/input/packet

kaber at netfilter.org kaber at netfilter.org
Wed Oct 11 08:39:01 CEST 2006


Author: kaber at netfilter.org
Date: 2006-10-11 08:39:01 +0200 (Wed, 11 Oct 2006)
New Revision: 6686

Modified:
   branches/ulog/ulogd2/input/packet/ulogd_inppkt_ULOG.c
Log:
[PATCH]: fix a trivial typo in ULOG plugin code (Eric Leblond)


Modified: branches/ulog/ulogd2/input/packet/ulogd_inppkt_ULOG.c
===================================================================
--- branches/ulog/ulogd2/input/packet/ulogd_inppkt_ULOG.c	2006-10-11 06:38:30 UTC (rev 6685)
+++ branches/ulog/ulogd2/input/packet/ulogd_inppkt_ULOG.c	2006-10-11 06:39:01 UTC (rev 6686)
@@ -13,7 +13,7 @@
 #define ULOGD_NLGROUP_DEFAULT	32
 #endif
 
-/* Size of the socket recevive memory.  Should be at least the same size as the
+/* Size of the socket receive memory.  Should be at least the same size as the
  * 'nlbufsiz' module loadtime parameter of ipt_ULOG.o
  * If you have _big_ in-kernel queues, you may have to increase this number.  (
  * --qthreshold 100 * 1500 bytes/packet = 150kB  */




More information about the netfilter-cvslog mailing list