summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libnetfilter_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnetfilter_queue.c b/src/libnetfilter_queue.c
index b2ca219..08c4039 100644
--- a/src/libnetfilter_queue.c
+++ b/src/libnetfilter_queue.c
@@ -569,7 +569,7 @@ int nfq_handle_packet(struct nfq_handle *h, char *buf, int len)
* Sets the amount of data to be copied to userspace for each packet queued
* to the given queue.
*
- * - NFQNL_COPY_NONE - do not copy any data
+ * - NFQNL_COPY_NONE - noop, do not use it
* - NFQNL_COPY_META - copy only packet metadata
* - NFQNL_COPY_PACKET - copy entire packet
*