diff options
author | Wang Chen <wangchen@cn.fujitsu.com> | 2008-06-27 19:35:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-27 19:35:16 -0700 |
commit | 5dbaec5dc6a4895db8bf9765a867418481ed7311 (patch) | |
tree | d0eb0fec1d8acd940bb892e439584374c3f81b4f | |
parent | ec0d215f9420564fc8286dcf93d2d068bb53a07e (diff) |
netdevice: Fix typo of dev_unicast_add() comment
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index c421a1f8f0b..56b46579ff4 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -2973,7 +2973,7 @@ EXPORT_SYMBOL(dev_unicast_delete); /** * dev_unicast_add - add a secondary unicast address * @dev: device - * @addr: address to delete + * @addr: address to add * @alen: length of @addr * * Add a secondary unicast address to the device or increase |