Skip to content

Commit

Permalink
trivial: Fix a typo in comment of addrconf_dad_start()
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Masatake YAMATO authored and Jiri Kosina committed Jun 12, 2009
1 parent 6e22168 commit 590a988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2765,7 +2765,7 @@ static void addrconf_dad_start(struct inet6_ifaddr *ifp, u32 flags)
spin_unlock_bh(&ifp->lock);
read_unlock_bh(&idev->lock);
/*
* If the defice is not ready:
* If the device is not ready:
* - keep it tentative if it is a permanent address.
* - otherwise, kill it.
*/
Expand Down

0 comments on commit 590a988

Please sign in to comment.