Fix comment.

pull/27/head
Mariano Cano 5 years ago
parent cd934bbede
commit e330ac547c

@ -18,8 +18,8 @@ type mutableTLSConfig struct {
mutRootCerts []*x509.Certificate
}
// newMutableTLSConfig creates a new mutableTLSConfig using the passed one as
// the base one.
// newMutableTLSConfig creates a new mutableTLSConfig that will be later
// initialized with a tls.Config.
func newMutableTLSConfig() *mutableTLSConfig {
return &mutableTLSConfig{
clientCerts: []*x509.Certificate{},

Loading…
Cancel
Save