diff options
Diffstat (limited to 'libgo/go/net/dial.go')
-rw-r--r-- | libgo/go/net/dial.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/dial.go b/libgo/go/net/dial.go index 51912397a46..752f81b618c 100644 --- a/libgo/go/net/dial.go +++ b/libgo/go/net/dial.go @@ -81,7 +81,7 @@ func resolveNetAddr(op, net, addr string) (afnet string, a Addr, err error) { // Dial("tcp", "google.com:80") // Dial("tcp", "[de:ad:be:ef::ca:fe]:80") // -// For IP networks, addr must be "ip", "ip4" or "ip6" followed +// For IP networks, net must be "ip", "ip4" or "ip6" followed // by a colon and a protocol number or name. // // Examples: |