lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 16 May 2014 20:46:58 -0700 From: Stephen Hemminger <shemming@...cade.com> To: David Miller <davem@...emloft.net> CC: <netdev@...r.kernel.org> Subject: [PATCH] ipv4: minor spelling fix Signed-off-by: Stephen Hemminger <stephen@...workplumber.org> --- 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); -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists