Merge commit 'origin/master'
[safe/jmp/linux-2.6] / include / linux / netfilter / xt_connlimit.h
index 315d2dc..7e3284b 100644 (file)
@@ -15,7 +15,7 @@ struct xt_connlimit_info {
        };
        unsigned int limit, inverse;
 
-       /* this needs to be at the end */
+       /* Used internally by the kernel */
        struct xt_connlimit_data *data __attribute__((aligned(8)));
 };