summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
diff options
context:
space:
mode:
authorstephen hemminger2014-10-30 06:57:19 +0100
committerPablo Neira Ayuso2014-10-30 17:35:30 +0100
commit01cfa0a4ed82132abb6dc7bcb126eaf499cb8af0 (patch)
tree79e10de7f51877fb87985fd2e4fc3447bf48984f /net/netfilter/nf_tables_api.c
parentMerge branch 'ipvs-next' (diff)
downloadkernel-qcow2-linux-01cfa0a4ed82132abb6dc7bcb126eaf499cb8af0.tar.gz
kernel-qcow2-linux-01cfa0a4ed82132abb6dc7bcb126eaf499cb8af0.tar.xz
kernel-qcow2-linux-01cfa0a4ed82132abb6dc7bcb126eaf499cb8af0.zip
netfilter: fix spelling errors
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nf_tables_api.c')
-rw-r--r--net/netfilter/nf_tables_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c
index 65eb2a1160d5..1ffb253c6a77 100644
--- a/net/netfilter/nf_tables_api.c
+++ b/net/netfilter/nf_tables_api.c
@@ -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;