summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2019-11-03 11:10:27 +1100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-11-04 19:08:08 +0100
commit48ddc6f2e3aa67dd602b249aaf1096e71c6bf743 (patch)
treee7bb2aa4d7a37429e68e89e8efcfaa37ad28d2ed
parentf0eb6a9c15a5519daeb48ad43be4ac21af71bb2f (diff)
src: doc: Fix spelling of CTA_LABELS in examples/nf-queue.c
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--examples/nf-queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nf-queue.c b/examples/nf-queue.c
index c2bc6cc..f6d254a 100644
--- a/examples/nf-queue.c
+++ b/examples/nf-queue.c
@@ -50,7 +50,7 @@ nfq_send_verdict(int queue_num, uint32_t id)
/* then, add the connmark attribute: */
mnl_attr_put_u32(nlh, CTA_MARK, htonl(42));
- /* more conntrack attributes, e.g. CTA_LABEL, could be set here */
+ /* more conntrack attributes, e.g. CTA_LABELS could be set here */
/* end conntrack section */
mnl_attr_nest_end(nlh, nest);