summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/elliptic/elliptic.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/elliptic/elliptic.go')
-rw-r--r--src/pkg/crypto/elliptic/elliptic.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/crypto/elliptic/elliptic.go b/src/pkg/crypto/elliptic/elliptic.go
index 2296e9607..335c9645d 100644
--- a/src/pkg/crypto/elliptic/elliptic.go
+++ b/src/pkg/crypto/elliptic/elliptic.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// The elliptic package implements several standard elliptic curves over prime
-// fields
+// Package elliptic implements several standard elliptic curves over prime
+// fields.
package elliptic
// This package operates, internally, on Jacobian coordinates. For a given