aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c
diff options
context:
space:
mode:
authorstephen hemminger <shemming@brocade.com>2014-05-16 20:46:58 -0700
committerDavid S. Miller <davem@davemloft.net>2014-05-18 21:10:29 -0400
commit614d056c8e464e969361ebb03e4bad8a82047d0e (patch)
treee4b935f5d4fa1f8649d14e7ecc5bd9a9501743e8 /net/ipv4/devinet.c
parentbridge: fix spelling of promiscuous (diff)
downloadlinux-dev-614d056c8e464e969361ebb03e4bad8a82047d0e.tar.xz
linux-dev-614d056c8e464e969361ebb03e4bad8a82047d0e.zip
ipv4: minor spelling fix
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/devinet.c')
-rw-r--r--net/ipv4/devinet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c
index 78692e46b64f..e9449376b58e 100644
--- a/net/ipv4/devinet.c
+++ b/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);
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);