Update description of set type. Signed-off-by: Sven Wegener <sven.wegener@xxxxxxxxxxx> --- .../net/ipv4/netfilter/ip_set_iptreemap.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/patchlets/set/linux-2.6/net/ipv4/netfilter/ip_set_iptreemap.c b/patchlets/set/linux-2.6/net/ipv4/netfilter/ip_set_iptreemap.c index 6045741..62e8334 100644 --- a/patchlets/set/linux-2.6/net/ipv4/netfilter/ip_set_iptreemap.c +++ b/patchlets/set/linux-2.6/net/ipv4/netfilter/ip_set_iptreemap.c @@ -6,9 +6,9 @@ */ /* This modules implements the iptreemap ipset type. It uses bitmaps to - * represent every single IPv4 address as a single bit. The bitmaps are managed - * in a tree structure, where the first three octets of an addresses are used - * as an index to find the bitmap and the last octet is used as the bit number. + * represent every single IPv4 address as a bit. The bitmaps are managed in a + * tree structure, where the first three octets of an address are used as an + * index to find the bitmap and the last octet is used as the bit number. */ #include <linux/version.h> -- 1.5.6.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html