From: Phil Sutter Date: Wed, 24 Oct 2018 10:35:02 +0000 (+0200) Subject: include: Fix comment for struct eval_ctx X-Git-Tag: v0.9.1~211 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eff35932059569d2a36a14dd911091c0bec00032;p=thirdparty%2Fnftables.git 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 --- 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