diff --git a/src/crypto/ecdsa/ecdsa_s390x.go b/src/crypto/ecdsa/ecdsa_s390x.go index 0e2be048847..4a217fc5b86 100644 --- a/src/crypto/ecdsa/ecdsa_s390x.go +++ b/src/crypto/ecdsa/ecdsa_s390x.go @@ -75,7 +75,7 @@ func hashToBytes(dst, hash []byte, c elliptic.Curve) { dst[i] = 0 } - // figure out the excess bits between the hash size and order of the curve + // figure out the excess bytes between the hash size and order of the curve excess := lenDst - orderBytes // determine the shifts needed