diff --git a/src/lib/net/address.c b/src/lib/net/address.c
index 619fa13e9b..27514ef5b8 100644
--- a/src/lib/net/address.c
+++ b/src/lib/net/address.c
@@ -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
- * tor_addr_t structures.
+/** Windows only: use GetAdaptersAddresses() to retrieve the network interface
+ * addresses of the current machine.
+ * Returns a smartlist of tor_addr_t structures.
*/
STATIC smartlist_t *
get_interface_addresses_win32(int severity, sa_family_t family)