From 48ddc6f2e3aa67dd602b249aaf1096e71c6bf743 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Sun, 3 Nov 2019 11:10:27 +1100 Subject: src: doc: Fix spelling of CTA_LABELS in examples/nf-queue.c Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- examples/nf-queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/nf-queue.c') 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); -- cgit v1.2.3