Commit a11e74da authored by Shenghou Ma's avatar Shenghou Ma

crypto/elliptic: fix doc typo

        Fixes #3735.

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/6301083
parent 71a1673c
......@@ -370,7 +370,7 @@ func P384() Curve {
return p384
}
// P256 returns a Curve which implements P-521 (see FIPS 186-3, section D.2.5)
// P521 returns a Curve which implements P-521 (see FIPS 186-3, section D.2.5)
func P521() Curve {
initonce.Do(initAll)
return p521
......
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