summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-10-24 12:35:02 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-10-24 12:55:13 +0200
commiteff35932059569d2a36a14dd911091c0bec00032 (patch)
tree1bf97105601bb6883029ca6befc482605c4f8f04 /include
parent9c44738258e402dacf6f51c84e24a05b123d7e59 (diff)
include: Fix comment for struct eval_ctx
Previous change to that struct missed to update the comment. Fixes: 00f777bfc414a ("src: pass struct nft_ctx through struct eval_ctx") Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/rule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rule.h b/include/rule.h
index 977f2748..197efab4 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -587,7 +587,7 @@ extern void cmd_free(struct cmd *cmd);
/**
* struct eval_ctx - evaluation context
*
- * @nf_sock: netlink socket (for caching)
+ * @nft: nftables context
* @msgs: message queue
* @cmd: current command
* @table: current table