summaryrefslogtreecommitdiff
path: root/src/net/http/httptrace/trace.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/http/httptrace/trace.go')
-rw-r--r--src/net/http/httptrace/trace.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/http/httptrace/trace.go b/src/net/http/httptrace/trace.go
index 8b377edee5..6a5cbac9d8 100644
--- a/src/net/http/httptrace/trace.go
+++ b/src/net/http/httptrace/trace.go
@@ -133,8 +133,8 @@ type ClientTrace struct {
ConnectDone func(network, addr string, err error)
// TLSHandshakeStart is called when the TLS handshake is started. When
- // connecting to a HTTPS site via a HTTP proxy, the handshake happens after
- // the CONNECT request is processed by the proxy.
+ // connecting to an HTTPS site via an HTTP proxy, the handshake happens
+ // after the CONNECT request is processed by the proxy.
TLSHandshakeStart func()
// TLSHandshakeDone is called after the TLS handshake with either the