From ac44797f71a43f5e5954cbef5b84ff52ffb5df75 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sat, 24 Dec 2022 17:35:40 +0000 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- src/nlmsg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/nlmsg.c') 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) { -- cgit v1.2.3