]> Pileus Git - ~andy/linux/commitdiff
ndisc: fix a typo in a comment in ndisc_recv_na()
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Wed, 7 Nov 2012 05:05:38 +0000 (05:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Nov 2012 00:03:16 +0000 (19:03 -0500)
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ndisc.c

index ae0cf818a8f02f61b6c7a5c4b04193b357d38f19..a2e50dc46dc9cde30ef7473abeef7c4961601784 100644 (file)
@@ -906,7 +906,7 @@ static void ndisc_recv_na(struct sk_buff *skb)
                if (lladdr && !memcmp(lladdr, dev->dev_addr, dev->addr_len) &&
                    net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp &&
                    pneigh_lookup(&nd_tbl, net, &msg->target, dev, 0)) {
-                       /* XXX: idev->cnf.prixy_ndp */
+                       /* XXX: idev->cnf.proxy_ndp */
                        goto out;
                }