mirror of https://github.com/golang/go.git
crypto/tls: fix misspell in a code comment.
This commit is contained in:
parent
2b794ed86c
commit
6fb32e3d1d
|
|
@ -97,7 +97,7 @@ type clientHelloMsg struct {
|
||||||
pskBinders [][]byte
|
pskBinders [][]byte
|
||||||
quicTransportParameters []byte
|
quicTransportParameters []byte
|
||||||
encryptedClientHello []byte
|
encryptedClientHello []byte
|
||||||
// extensions are only populated on the servers-ide of a handshake
|
// extensions are only populated on the server-side of a handshake
|
||||||
extensions []uint16
|
extensions []uint16
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue