]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: fix a typo
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 18 Dec 2016 21:01:18 +0000 (06:01 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 19 Dec 2016 06:01:04 +0000 (06:01 +0000)
Change-Id: Id0044c45c23c12ee0bca362a9cdd25369ed7776c
Reviewed-on: https://go-review.googlesource.com/34533
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/tls/conn.go

index 4b2702a716893cf67ed7b4b0e3c84d4538be1650..03895a723fa25670946dd973378014c9ed04f901 100644 (file)
@@ -37,7 +37,7 @@ type Conn struct {
        vers          uint16  // TLS version
        haveVers      bool    // version has been negotiated
        config        *Config // configuration passed to constructor
-       // handshakeComplete is true if the connection is currently transfering
+       // handshakeComplete is true if the connection is currently transferring
        // application data (i.e. is not currently processing a handshake).
        handshakeComplete bool
        // handshakes counts the number of handshakes performed on the