netlink: Fix typo in function comment for nl_addr_set()
Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
f4e9f26480
commit
32c386834d
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ int nl_addr_get_ll(int s, unsigned int ifi, struct in6_addr *addr)
|
|||
}
|
||||
|
||||
/**
|
||||
* nl_add_set() - Set IP addresses for given interface and address family
|
||||
* nl_addr_set() - Set IP addresses for given interface and address family
|
||||
* @s: Netlink socket
|
||||
* @ifi: Interface index
|
||||
* @af: Address family
|
||||
|
|
Loading…
Reference in a new issue