]> Git Repo - J-linux.git/commitdiff
tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
authorColin Ian King <[email protected]>
Fri, 8 Mar 2024 08:44:58 +0000 (08:44 +0000)
committerJakub Kicinski <[email protected]>
Sat, 9 Mar 2024 03:58:13 +0000 (19:58 -0800)
There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
tools/net/ynl/lib/ynl.c

index b9e77af5af5fa266331e1e6ac3bafb358bbd2113..4b9c091fc86b5205d3c4a018ca65b444279cee11 100644 (file)
@@ -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;
        }
 
This page took 0.055247 seconds and 4 git commands to generate.