summaryrefslogtreecommitdiffstats
path: root/src/libnetfilter_log.c
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2022-04-10 13:10:46 +0100
committerFlorian Westphal <fw@strlen.de>2022-04-10 14:26:42 +0200
commit2c035f82542cee30cf3473c1ba4a587e58d6bd37 (patch)
tree9bae85a5faefbe61e559d9756d4931062d0f6088 /src/libnetfilter_log.c
parente920203406229c485e73f41cb2de957fde821897 (diff)
doc: correct non-native solecism
The native usage is "... allows one to ...", not "... allows to ...". Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/libnetfilter_log.c')
-rw-r--r--src/libnetfilter_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnetfilter_log.c b/src/libnetfilter_log.c
index 1b47242..cb09384 100644
--- a/src/libnetfilter_log.c
+++ b/src/libnetfilter_log.c
@@ -557,7 +557,7 @@ int nflog_set_mode(struct nflog_g_handle *gh,
* \param gh Netfilter log group handle obtained by call to nflog_bind_group().
* \param timeout Time to wait until the log buffer is pushed to userspace
*
- * This function allows to set the maximum time that nflog waits until it
+ * This function allows one to set the maximum time that nflog waits until it
* pushes the log buffer to userspace if no new logged packets have occured.
* Basically, nflog implements a buffer to reduce the computational cost
* of delivering the log message to userspace.