On Sat, Sep 05, 2015 at 10:04:36AM +0300, Ville Skyttä wrote: > Signed-off-by: Ville Skyttä <ville.skytta@xxxxxx> > --- > iptables/ip6tables.c | 6 +++--- > iptables/iptables-xml.c | 2 +- > iptables/iptables.c | 6 +++--- > iptables/iptables.xslt | 2 +- > libiptc/libiptc.c | 2 +- > libxtables/xtables.c | 2 +- > 6 files changed, 10 insertions(+), 10 deletions(-) > > diff --git a/iptables/ip6tables.c b/iptables/ip6tables.c > index 8db13b4..4a597b7 100644 > --- a/iptables/ip6tables.c > +++ b/iptables/ip6tables.c > @@ -1046,7 +1046,7 @@ static int print_match_save(const struct xt_entry_match *e, > return 0; > } > > -/* print a given ip including mask if neccessary */ > +/* print a given ip including mask if necessary */ > static void print_ip(const char *prefix, const struct in6_addr *ip, > const struct in6_addr *mask, int invert) > { > @@ -1067,7 +1067,7 @@ static void print_ip(const char *prefix, const struct in6_addr *ip, > printf("/%d", l); > } > > -/* We want this to be readable, so only print out neccessary fields. > +/* We want this to be readable, so only print out necessary fields. > * Because that's the kind of world I want to live in. */ While you're at it, would you also update the comment format for these? I mean: /* We want this to be readable, so only print out neccessary fields. * Because that's the kind of world I want to live in. */ The idea is to update only the comments that you have corrected. Thanks. -- 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