Skip to content

Commit

Permalink
af_key: fix two typos
Browse files Browse the repository at this point in the history
Signed-off-by: Li RongQing <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Li RongQing authored and davem330 committed Oct 23, 2015
1 parent 20a41fb commit f6b8dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/key/af_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static int pfkey_broadcast(struct sk_buff *skb,

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

/* Error is cleare after succecful sending to at least one
/* Error is cleared after successful sending to at least one
* registered KM */
if ((broadcast_flags & BROADCAST_REGISTERED) && err)
err = err2;
Expand Down

0 comments on commit f6b8dec

Please sign in to comment.