From: Shenghou Ma Date: Thu, 14 Jun 2012 14:43:15 +0000 (+0800) Subject: crypto/elliptic: fix doc typo X-Git-Tag: go1.1rc2~2923 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a11e74daf7e42fa811378f5f38fb0dfdf6480f3a;p=gostls13.git 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