diff mbox series

[libnetfilter_log] doc: correct non-native solecism

Message ID 20220410121046.1856691-1-jeremy@azazel.net
State Accepted
Headers show
Series [libnetfilter_log] doc: correct non-native solecism | expand

Commit Message

Jeremy Sowden April 10, 2022, 12:10 p.m. UTC
The native usage is "... allows one to ...", not "... allows to ...".

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
 src/libnetfilter_log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Florian Westphal April 10, 2022, 12:27 p.m. UTC | #1
Jeremy Sowden <jeremy@azazel.net> wrote:
> The native usage is "... allows one to ...", not "... allows to ...".

applied, thank you.
diff mbox series

Patch

diff --git a/src/libnetfilter_log.c b/src/libnetfilter_log.c
index 1b472426410f..cb093847f996 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.