mirror of
https://github.com/golang/go
synced 2024-11-21 13:14:40 -07:00
crypto/tls: Fix doc typo
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2073041
This commit is contained in:
parent
76dccbc2ed
commit
3972908ead
@ -617,7 +617,7 @@ func (c *Conn) Close() os.Error {
|
||||
|
||||
// Handshake runs the client or server handshake
|
||||
// protocol if it has not yet been run.
|
||||
// Most uses of this packge need not call Handshake
|
||||
// Most uses of this package need not call Handshake
|
||||
// explicitly: the first Read or Write will call it automatically.
|
||||
func (c *Conn) Handshake() os.Error {
|
||||
c.handshakeMutex.Lock()
|
||||
|
Loading…
Reference in New Issue
Block a user