From: Bernd Edlinger Date: Sun, 17 Dec 2017 21:15:15 +0000 (+0100) Subject: Fix a typo in comment X-Git-Tag: OpenSSL_1_1_1-pre1~262 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=532b11830c365fd50a6c27e4933935a8126d91ad Fix a typo in comment Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/4949) --- diff --git a/crypto/ec/ecdsa_ossl.c b/crypto/ec/ecdsa_ossl.c index 7118e43bfc..30458f1402 100644 --- a/crypto/ec/ecdsa_ossl.c +++ b/crypto/ec/ecdsa_ossl.c @@ -298,7 +298,7 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, } if (BN_is_zero(s)) { /* - * if kinv and r have been supplied by the caller don't to + * if kinv and r have been supplied by the caller, don't * generate new kinv and r values */ if (in_kinv != NULL && in_r != NULL) {