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 <p...@nwl.cc>
---
 include/rule.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/rule.h b/include/rule.h
index 977f274842ef5..197efab497452 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
-- 
2.19.0

Reply via email to