Commit 3972908e authored by Evan Shaw's avatar Evan Shaw Committed by Andrew Gerrand

crypto/tls: Fix doc typo

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/2073041
parent 76dccbc2
...@@ -617,7 +617,7 @@ func (c *Conn) Close() os.Error { ...@@ -617,7 +617,7 @@ func (c *Conn) Close() os.Error {
// Handshake runs the client or server handshake // Handshake runs the client or server handshake
// protocol if it has not yet been run. // 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. // explicitly: the first Read or Write will call it automatically.
func (c *Conn) Handshake() os.Error { func (c *Conn) Handshake() os.Error {
c.handshakeMutex.Lock() c.handshakeMutex.Lock()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment