Skip to content

Commit db07c9e

Browse files
kevinburkeianlancetaylor
authored andcommitted
net: Fix spelling of function name in doc
Change-Id: I24c6d312f7d0ce52e1958e8031fc8249af0dfca9 Reviewed-on: https://go-review.googlesource.com/34669 Reviewed-by: Minux Ma <[email protected]>
1 parent 8887be4 commit db07c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/dial.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func parseNetwork(ctx context.Context, net string) (afnet string, proto int, err
163163
return "", 0, UnknownNetworkError(net)
164164
}
165165

166-
// resolverAddrList resolves addr using hint and returns a list of
166+
// resolveAddrList resolves addr using hint and returns a list of
167167
// addresses. The result contains at least one address when error is
168168
// nil.
169169
func (r *Resolver) resolveAddrList(ctx context.Context, op, network, addr string, hint Addr) (addrList, error) {

0 commit comments

Comments
 (0)