summaryrefslogtreecommitdiffstats
path: root/src/nlmsg.c
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2022-12-24 17:35:40 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2022-12-28 10:53:35 +0100
commitac44797f71a43f5e5954cbef5b84ff52ffb5df75 (patch)
treea1f269823006f646fed8a88eaace76b013137b54 /src/nlmsg.c
parentb923795047e701c10e0af22ba77a8bdab45e28ef (diff)
doc: fix some non-native English usages
"allows to" -> "allows ${pronoun} to". We use "you" if that appears in context, "one" otherwise. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/nlmsg.c')
-rw-r--r--src/nlmsg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nlmsg.c b/src/nlmsg.c
index e7014bd..c634501 100644
--- a/src/nlmsg.c
+++ b/src/nlmsg.c
@@ -518,9 +518,9 @@ EXPORT_SYMBOL bool mnl_nlmsg_batch_next(struct mnl_nlmsg_batch *b)
* mnl_nlmsg_batch_reset - reset the batch
* \param b pointer to batch
*
- * This function allows to reset a batch, so you can reuse it to create a
- * new one. This function moves the last message which does not fit the
- * batch to the head of the buffer, if any.
+ * This function allows you to reset a batch, so you can reuse it to create a
+ * new one. This function moves the last message which does not fit the batch to
+ * the head of the buffer, if any.
*/
EXPORT_SYMBOL void mnl_nlmsg_batch_reset(struct mnl_nlmsg_batch *b)
{