aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorWenbiao Zheng <delweng@gmail.com>2018-08-27 16:49:29 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-27 16:49:29 +0800
commitd1aa605f1e8639769cdd75bcec3064c29a62b34a (patch)
tree84d7aba82d7365ca736afa52b66ef100d117afca /crypto
parent70398d300d4da97c89f96f5c9629caa327de5c39 (diff)
downloadgo-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.gz
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.bz2
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.lz
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.xz
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.zst
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.zip
all: remove the duplicate 'the' in annotations (#17509)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/secp256k1/secp256.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/secp256k1/secp256.go b/crypto/secp256k1/secp256.go
index 843fb1252..35d0eef34 100644
--- a/crypto/secp256k1/secp256.go
+++ b/crypto/secp256k1/secp256.go
@@ -86,7 +86,7 @@ func Sign(msg []byte, seckey []byte) ([]byte, error) {
return sig, nil
}
-// RecoverPubkey returns the the public key of the signer.
+// RecoverPubkey returns the public key of the signer.
// msg must be the 32-byte hash of the message to be signed.
// sig must be a 65-byte compact ECDSA signature containing the
// recovery id as the last element.