Skip to content

Commit 7338e60

Browse files
Faisal-523NipaLocal
authored andcommitted
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> Signed-off-by: NipaLocal <nipa@local>
1 parent 8dbe0a2 commit 7338e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/netlink/af_netlink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err,
24722472
unsigned int flags = 0;
24732473
size_t tlvlen;
24742474

2475-
/* Error messages get the original request appened, unless the user
2475+
/* Error messages get the original request appended, unless the user
24762476
* requests to cap the error message, and get extra error data if
24772477
* requested.
24782478
*/

0 commit comments

Comments
 (0)