1
0
mirror of https://passt.top/passt synced 2024-11-09 22:29:56 +00:00

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:
Stefano Brivio 2024-08-15 00:45:48 +02:00
parent f4e9f26480
commit 32c386834d

View File

@ -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 * @s: Netlink socket
* @ifi: Interface index * @ifi: Interface index
* @af: Address family * @af: Address family