From: Pablo Neira Ayuso <pablo@netfilter.org>
To: "Ville Skyttä" <ville.skytta@iki.fi>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] iptables: Spelling fixes
Date: Sat, 5 Sep 2015 23:07:46 +0200 [thread overview]
Message-ID: <20150905210746.GA13600@salvia> (raw)
In-Reply-To: <1441436676-10778-1-git-send-email-ville.skytta@iki.fi>
On Sat, Sep 05, 2015 at 10:04:36AM +0300, Ville Skyttä wrote:
> Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
> ---
> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-09-05 21:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-05 7:04 [PATCH] iptables: Spelling fixes Ville Skyttä
2015-09-05 21:07 ` Pablo Neira Ayuso [this message]
2015-09-06 6:22 ` Ville Skyttä
2015-09-06 7:15 ` Jan Engelhardt
2015-09-06 7:30 ` Ville Skyttä
2015-09-06 18:21 ` Jozsef Kadlecsik
2015-09-07 9:49 ` Ville Skyttä
2015-09-07 18:28 ` Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150905210746.GA13600@salvia \
--to=pablo@netfilter.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=ville.skytta@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).