From: Shenghou Ma Date: Fri, 21 Sep 2012 19:53:38 +0000 (+1000) Subject: [release-branch.go1] crypto/elliptic: fix doc typo X-Git-Tag: go1.0.3~213 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=69a3887662e3af9537668f8b6cba3af8c05ed02e;p=gostls13.git [release-branch.go1] crypto/elliptic: fix doc typo ««« backport 9f9c0363f0ed crypto/elliptic: fix doc typo Fixes #3735. R=golang-dev, agl CC=golang-dev https://golang.org/cl/6301083 »»» --- diff --git a/src/pkg/crypto/elliptic/elliptic.go b/src/pkg/crypto/elliptic/elliptic.go index 30835a90b9..a3990891be 100644 --- a/src/pkg/crypto/elliptic/elliptic.go +++ b/src/pkg/crypto/elliptic/elliptic.go @@ -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