crypto/tls: fix misspell in a code comment.

This commit is contained in:
thekuwayama 2024-12-30 02:59:06 +09:00
parent 2b794ed86c
commit 6fb32e3d1d
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ type clientHelloMsg struct {
pskBinders [][]byte
quicTransportParameters []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
}