Fixed typo in code comment.
authorDavid Makepeace <david.p.makepeace@oracle.com>
Fri, 7 Jun 2019 00:45:51 +0000 (10:45 +1000)
committerRichard Levitte <levitte@openssl.org>
Fri, 7 Jun 2019 06:47:04 +0000 (08:47 +0200)
[skip ci]

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9102)

(cherry picked from commit 87762939b508c7968d3c54d44c1319416c27603e)

test/evp_extra_test.c

index 8277f950b19a65aa66c0e37cdf014979de1bec63..3ae6408f0967b58bd850a1524ddcf6b1a0d2008f 100644 (file)
@@ -300,7 +300,7 @@ static const unsigned char kExampleECPubKeyDER[] = {
 };
 
 /*
- * kExampleBadECKeyDER is a sample EC public key with a wrong OID
+ * kExampleBadECPubKeyDER is a sample EC public key with a wrong OID
  * 1.2.840.10045.2.2 instead of 1.2.840.10045.2.1 - EC Public Key
  */
 static const unsigned char kExampleBadECPubKeyDER[] = {