Comment: Fix typos in get_interface_addresses_win32()

Closes 27521.
This commit is contained in:
teor 2018-09-06 13:07:10 +10:00
parent b8a2bdbdc8
commit 3b6d1676ec
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -1295,9 +1295,9 @@ ip_adapter_addresses_to_smartlist(const IP_ADAPTER_ADDRESSES *addresses)
return result;
}
/** Windows only: use GetAdaptersInfo() function to retrieve network interface
* addresses of current machine and return them to caller as smartlist of
* <b>tor_addr_t</b> structures.
/** Windows only: use GetAdaptersAddresses() to retrieve the network interface
* addresses of the current machine.
* Returns a smartlist of <b>tor_addr_t</b> structures.
*/
STATIC smartlist_t *
get_interface_addresses_win32(int severity, sa_family_t family)