From eff35932059569d2a36a14dd911091c0bec00032 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 24 Oct 2018 12:35:02 +0200 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- include/rule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3