diff --git a/crypto/rsa/rsa_test.cc b/crypto/rsa/rsa_test.cc index 593a3ee7..3f0dff5d 100644 --- a/crypto/rsa/rsa_test.cc +++ b/crypto/rsa/rsa_test.cc @@ -736,7 +736,7 @@ static bool TestOnlyDGiven() { return false; } - // Keys without the private exponent must continue to work when blinding is + // Keys without the public exponent must continue to work when blinding is // disabled to support Java's RSAPrivateKeySpec API. See // https://bugs.chromium.org/p/boringssl/issues/detail?id=12. ScopedRSA key2(RSA_new());