]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: fix misspelling in comment
authorthekuwayama <thekuwayama@gmail.com>
Mon, 30 Dec 2024 20:00:49 +0000 (20:00 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 30 Dec 2024 20:38:22 +0000 (12:38 -0800)
Change-Id: Ie36a19ed6d6922e68f98e43745a417a24f8a7828
GitHub-Last-Rev: 6fb32e3d1d4f35704d466b53796e8ddeaf936d72
GitHub-Pull-Request: golang/go#71060
Reviewed-on: https://go-review.googlesource.com/c/go/+/639215
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/crypto/tls/handshake_messages.go

index fa00d7b741100eac23a40a9096f5e44c3e1dcbff..6c6141c421ea34d26945d155df9a2b1c776f144a 100644 (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
 }