diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2024-08-15 00:45:48 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-08-18 01:29:52 +0200 |
commit | 32c386834dd6a30be60f8b90a8d5a17988c91997 (patch) | |
tree | d557c032f624e6b8aff90826c17d0605198217b7 /netlink.c | |
parent | f4e9f26480ef56ec09a871abf552cd2baac6cb10 (diff) | |
download | passt-32c386834dd6a30be60f8b90a8d5a17988c91997.tar passt-32c386834dd6a30be60f8b90a8d5a17988c91997.tar.gz passt-32c386834dd6a30be60f8b90a8d5a17988c91997.tar.bz2 passt-32c386834dd6a30be60f8b90a8d5a17988c91997.tar.lz passt-32c386834dd6a30be60f8b90a8d5a17988c91997.tar.xz passt-32c386834dd6a30be60f8b90a8d5a17988c91997.tar.zst passt-32c386834dd6a30be60f8b90a8d5a17988c91997.zip |
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>
Diffstat (limited to 'netlink.c')
-rw-r--r-- | netlink.c | 2 |
1 files changed, 1 insertions, 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 |