The native usage is "... allows one to ...", not "... allows to ...". Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- src/libnetfilter_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.35.1