aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/http')
-rw-r--r--src/net/http/transport.go2
1 files changed, 1 insertions, 1 deletions
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