Skip to content

Commit 7bb2a48

Browse files
committed
crypto: Fix comment typo
1 parent e9971d3 commit 7bb2a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/crypto.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func ToECDSA(d []byte) (*ecdsa.PrivateKey, error) {
7979
return toECDSA(d, true)
8080
}
8181

82-
// ToECDSAUnsafe blidly converts a binary blob to a private key. It should almost
82+
// ToECDSAUnsafe blindly converts a binary blob to a private key. It should almost
8383
// never be used unless you are sure the input is valid and want to avoid hitting
8484
// errors due to bad origin encoding (0 prefixes cut off).
8585
func ToECDSAUnsafe(d []byte) *ecdsa.PrivateKey {

0 commit comments

Comments
 (0)