diff mbox series

[nft,1/3] include: Fix comment for struct eval_ctx

Message ID 20181024103504.23615-2-phil@nwl.cc
State Accepted
Delegated to: Pablo Neira
Headers show
Series Fix JSON API after recent other changes | expand

Commit Message

Phil Sutter Oct. 24, 2018, 10:35 a.m. UTC
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>
---
 include/rule.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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