crypto/tls: fix typo

Change-Id: If9332bae87449c94fc14710133614fcd84d2815c
Reviewed-on: https://go-review.googlesource.com/c/161726
Reviewed-by: Filippo Valsorda <filippo@golang.org>
This commit is contained in:
Yasser Abdolmaleki 2019-02-10 17:55:27 -08:00 committed by Brad Fitzpatrick
parent 38a4b37905
commit 5a7e8f466e

View file

@ -28,7 +28,7 @@ import (
func init() {
// TLS 1.3 cipher suites preferences are not configurable and change based
// on the architecture. Force them to the version with AES accelleration for
// on the architecture. Force them to the version with AES acceleration for
// test consistency.
once.Do(initDefaultCipherSuites)
varDefaultCipherSuitesTLS13 = []uint16{