]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1] crypto/elliptic: fix doc typo
authorShenghou Ma <minux.ma@gmail.com>
Fri, 21 Sep 2012 19:53:38 +0000 (05:53 +1000)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 21 Sep 2012 19:53:38 +0000 (05:53 +1000)
««« backport 9f9c0363f0ed
crypto/elliptic: fix doc typo
        Fixes #3735.

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/6301083

»»»

src/pkg/crypto/elliptic/elliptic.go

index 30835a90b91a1691e7fd2c81c150df6406fbf667..a3990891be353c5a4d0fa482d3fb191b3bfc5174 100644 (file)
@@ -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