diff mbox

ipv4: minor spelling fix

Message ID 20140516204658.0602477c@nehalam.linuxnetplumber.net
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

stephen hemminger May 17, 2014, 3:46 a.m. UTC
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller May 19, 2014, 1:10 a.m. UTC | #1
From: Stephen Hemminger <shemming@brocade.com>
Date: Fri, 16 May 2014 20:46:58 -0700

> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/net/ipv4/devinet.c	2014-05-16 20:27:32.491419991 -0700
+++ b/net/ipv4/devinet.c	2014-05-16 20:40:34.037706771 -0700
@@ -827,7 +827,7 @@  static int inet_rtm_newaddr(struct sk_bu
 	ifa_existing = find_matching_ifa(ifa);
 	if (!ifa_existing) {
 		/* 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);
 		return __inet_insert_ifa(ifa, nlh, NETLINK_CB(skb).portid);