Skip to content

Commit f6b8dec

Browse files
Li RongQingdavem330
authored andcommitted
af_key: fix two typos
Signed-off-by: Li RongQing <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 20a41fb commit f6b8dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/key/af_key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ static int pfkey_broadcast(struct sk_buff *skb,
261261

262262
err2 = pfkey_broadcast_one(skb, &skb2, GFP_ATOMIC, sk);
263263

264-
/* Error is cleare after succecful sending to at least one
264+
/* Error is cleared after successful sending to at least one
265265
* registered KM */
266266
if ((broadcast_flags & BROADCAST_REGISTERED) && err)
267267
err = err2;

0 commit comments

Comments
 (0)