From 2c035f82542cee30cf3473c1ba4a587e58d6bd37 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 10 Apr 2022 13:10:46 +0100 Subject: doc: correct non-native solecism The native usage is "... allows one to ...", not "... allows to ...". Signed-off-by: Jeremy Sowden Signed-off-by: Florian Westphal --- src/libnetfilter_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnetfilter_log.c') 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. -- cgit v1.2.3