netfilter: fix spelling errors
authorstephen hemminger <stephen@networkplumber.org>
Thu, 30 Oct 2014 05:57:19 +0000 (22:57 -0700)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 30 Oct 2014 16:35:30 +0000 (17:35 +0100)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_helper.c
net/netfilter/nf_tables_api.c

index 5b3eae7..bd9d315 100644 (file)
@@ -250,7 +250,7 @@ out:
 }
 EXPORT_SYMBOL_GPL(__nf_ct_try_assign_helper);
 
-/* appropiate ct lock protecting must be taken by caller */
+/* appropriate ct lock protecting must be taken by caller */
 static inline int unhelp(struct nf_conntrack_tuple_hash *i,
                         const struct nf_conntrack_helper *me)
 {
index 65eb2a1..1ffb253 100644 (file)
@@ -2477,7 +2477,7 @@ static int nf_tables_getset(struct sock *nlsk, struct sk_buff *skb,
        const struct nfgenmsg *nfmsg = nlmsg_data(nlh);
        int err;
 
-       /* Verify existance before starting dump */
+       /* Verify existence before starting dump */
        err = nft_ctx_init_from_setattr(&ctx, skb, nlh, nla);
        if (err < 0)
                return err;