fix netdev.Addr docstring

This commit is contained in:
soypat
2023-12-02 20:58:45 -03:00
committed by Ron Evans
parent f3548296e1
commit 1c04b2c40d
+1 -1
View File
@@ -51,7 +51,7 @@ type netdever interface {
// address in standard dot notation
GetHostByName(name string) (netip.Addr, error)
// GetIPAddr returns IP address assigned to the interface, either by
// Addr returns IP address assigned to the interface, either by
// DHCP or statically
Addr() (netip.Addr, error)