From f4411faac4a5dff7d3ded58d8a17664a6996b0e5 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY <fdasilvayy@gmail.com> Date: Sun, 10 Sep 2017 12:06:27 +0200 Subject: Various typo Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4457) --- crypto/engine/eng_devcrypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') diff --git a/crypto/engine/eng_devcrypto.c b/crypto/engine/eng_devcrypto.c index f2196b4e54..235e84b4dc 100644 --- a/crypto/engine/eng_devcrypto.c +++ b/crypto/engine/eng_devcrypto.c @@ -226,7 +226,7 @@ static int cipher_cleanup(EVP_CIPHER_CTX *ctx) /* * Keep a table of known nids and associated methods. - * Note that known_cipher_nids[] isn't necessarely indexed the same way as + * Note that known_cipher_nids[] isn't necessarily indexed the same way as * cipher_data[] above, which known_cipher_methods[] is. */ static int known_cipher_nids[OSSL_NELEM(cipher_data)]; @@ -495,7 +495,7 @@ static int digest_cleanup(EVP_MD_CTX *ctx) /* * Keep a table of known nids and associated methods. - * Note that known_digest_nids[] isn't necessarely indexed the same way as + * Note that known_digest_nids[] isn't necessarily indexed the same way as * digest_data[] above, which known_digest_methods[] is. */ static int known_digest_nids[OSSL_NELEM(digest_data)]; -- cgit v1.2.3