From: Li RongQing Date: Thu, 22 Oct 2015 03:35:05 +0000 (+0800) Subject: af_key: fix two typos X-Git-Tag: v4.3~11^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f6b8dec99865ea906150e963eacbfd037b579ee9;p=karo-tx-linux.git af_key: fix two typos Signed-off-by: Li RongQing Signed-off-by: David S. Miller --- diff --git a/net/key/af_key.c b/net/key/af_key.c index 83a70688784b..f9c9ecb0cdd3 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c @@ -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;