]> Cypherpunks repositories - gostls13.git/commitdiff
net/http: fix typo
authorMichaƂ Matczuk <mmatczuk@gmail.com>
Thu, 23 Mar 2023 13:52:59 +0000 (13:52 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 24 Mar 2023 00:44:37 +0000 (00:44 +0000)
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 <dneil@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/http/transport.go

index 7561f7f5cb524a0875b0f3cf863585905b32b3dc..807cc8f0ebb098104845a0d87c05bfdfd4387a3f 100644 (file)
@@ -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