From: MichaƂ Matczuk Date: Thu, 23 Mar 2023 13:52:59 +0000 (+0000) Subject: net/http: fix typo X-Git-Tag: go1.21rc1~1170 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d633f4b996dadb6b72c2c43d35092738b7c19e7f;p=gostls13.git net/http: fix typo Change-Id: I6e39f14df65685451d3d98c6def1e0665da20590 GitHub-Last-Rev: d9de237bd24ab3deebdbdf1f75a1835169670c1d GitHub-Pull-Request: golang/go#59200 Reviewed-on: https://go-review.googlesource.com/c/go/+/478855 Reviewed-by: Damien Neil Run-TryBot: Damien Neil TryBot-Result: Gopher Robot Auto-Submit: Damien Neil Reviewed-by: Ian Lance Taylor --- diff --git a/src/net/http/transport.go b/src/net/http/transport.go index 7561f7f5cb..807cc8f0eb 100644 --- a/src/net/http/transport.go +++ b/src/net/http/transport.go @@ -173,7 +173,7 @@ type Transport struct { // If non-nil, HTTP/2 support may not be enabled by default. TLSClientConfig *tls.Config - // TLSHandshakeTimeout specifies the maximum amount of time waiting to + // TLSHandshakeTimeout specifies the maximum amount of time to // wait for a TLS handshake. Zero means no timeout. TLSHandshakeTimeout time.Duration