We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddccd95 commit c648485Copy full SHA for c648485
src/net/http/transport.go
@@ -2416,7 +2416,7 @@ type fakeLocker struct{}
2416
func (fakeLocker) Lock() {}
2417
func (fakeLocker) Unlock() {}
2418
2419
-// clneTLSConfig returns a shallow clone of cfg, or a new zero tls.Config if
+// cloneTLSConfig returns a shallow clone of cfg, or a new zero tls.Config if
2420
// cfg is nil. This is safe to call even if cfg is in active use by a TLS
2421
// client or server.
2422
func cloneTLSConfig(cfg *tls.Config) *tls.Config {
0 commit comments