netlink: spelling: fix appened -> appended in a comment

Fix spelling mistake in net/netlink/af_netlink.c
appened -> appended

Signed-off-by: Faisal Bukhari <faisalbukhari523@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250705030841.353424-1-faisalbukhari523@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Faisal Bukhari
2025-07-05 08:38:41 +05:30
committed by Jakub Kicinski
parent 301af832db
commit effdbb29fd

View File

@@ -2455,7 +2455,7 @@ void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err,
unsigned int flags = 0;
size_t tlvlen;
/* Error messages get the original request appened, unless the user
/* Error messages get the original request appended, unless the user
* requests to cap the error message, and get extra error data if
* requested.
*/