]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/elliptic: fix doc typo
authorShenghou Ma <minux.ma@gmail.com>
Thu, 14 Jun 2012 14:43:15 +0000 (22:43 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Thu, 14 Jun 2012 14:43:15 +0000 (22:43 +0800)
        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