Przeglądaj źródła

ipv4: minor spelling fix

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
stephen hemminger 11 lat temu
rodzic
commit
614d056c8e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      net/ipv4/devinet.c

+ 1 - 1
net/ipv4/devinet.c

@@ -827,7 +827,7 @@ static int inet_rtm_newaddr(struct sk_buff *skb, struct nlmsghdr *nlh)
 	ifa_existing = find_matching_ifa(ifa);
 	ifa_existing = find_matching_ifa(ifa);
 	if (!ifa_existing) {
 	if (!ifa_existing) {
 		/* It would be best to check for !NLM_F_CREATE here but
 		/* It would be best to check for !NLM_F_CREATE here but
-		 * userspace alreay relies on not having to provide this.
+		 * userspace already relies on not having to provide this.
 		 */
 		 */
 		set_ifa_lifetime(ifa, valid_lft, prefered_lft);
 		set_ifa_lifetime(ifa, valid_lft, prefered_lft);
 		return __inet_insert_ifa(ifa, nlh, NETLINK_CB(skb).portid);
 		return __inet_insert_ifa(ifa, nlh, NETLINK_CB(skb).portid);