diff mbox series

[next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"

Message ID 20240308084458.2045266-1-colin.i.king@gmail.com (mailing list archive)
State Accepted
Commit 6de3b6c75dd931b078ab21f12c598c6177fb3f75
Delegated to: Netdev Maintainers
Headers show
Series [next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed" | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Colin Ian King March 8, 2024, 8:44 a.m. UTC
There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/net/ynl/lib/ynl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jakub Kicinski March 8, 2024, 4:10 p.m. UTC | #1
On Fri,  8 Mar 2024 08:44:58 +0000 Colin Ian King wrote:
> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Acked-by: Jakub Kicinski <kuba@kernel.org>
patchwork-bot+netdevbpf@kernel.org March 9, 2024, 4 a.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  8 Mar 2024 08:44:58 +0000 you wrote:
> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  tools/net/ynl/lib/ynl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
    https://git.kernel.org/netdev/net-next/c/6de3b6c75dd9

You are awesome, thank you!
diff mbox series

Patch

diff --git a/tools/net/ynl/lib/ynl.c b/tools/net/ynl/lib/ynl.c
index b9e77af5af5f..4b9c091fc86b 100644
--- a/tools/net/ynl/lib/ynl.c
+++ b/tools/net/ynl/lib/ynl.c
@@ -423,7 +423,7 @@  static int ynl_msg_end(struct ynl_sock *ys, struct nlmsghdr *nlh)
 	}
 	if (nlh->nlmsg_pid == YNL_MSG_OVERFLOW) {
 		yerr(ys, YNL_ERROR_INPUT_TOO_BIG,
-		     "Constructred message longer than internal buffer");
+		     "Constructed message longer than internal buffer");
 		return -EMSGSIZE;
 	}