aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMasatake YAMATO <yamato@redhat.com>2009-06-08 21:41:12 -0400
committerJiri Kosina <jkosina@suse.cz>2009-06-12 12:01:51 -0400
commit590a9887a23b60d9c6ff5a82da757371037edbd4 (patch)
treee099c93d7046f2d4b7477bdfc607b974510ea999 /net
parent6e2216895421b4f83d2ebac15c9d9506dc105cff (diff)
trivial: Fix a typo in comment of addrconf_dad_start()
Signed-off-by: Masatake YAMATO <yamato@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/addrconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index a8218bc1806a..597487ae6ce8 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -2765,7 +2765,7 @@ static void addrconf_dad_start(struct inet6_ifaddr *ifp, u32 flags)
2765 spin_unlock_bh(&ifp->lock); 2765 spin_unlock_bh(&ifp->lock);
2766 read_unlock_bh(&idev->lock); 2766 read_unlock_bh(&idev->lock);
2767 /* 2767 /*
2768 * If the defice is not ready: 2768 * If the device is not ready:
2769 * - keep it tentative if it is a permanent address. 2769 * - keep it tentative if it is a permanent address.
2770 * - otherwise, kill it. 2770 * - otherwise, kill it.
2771 */ 2771 */