summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);