Fix a typo in comment
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 17 Dec 2017 21:15:15 +0000 (22:15 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 18 Dec 2017 15:16:20 +0000 (16:16 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4949)

crypto/ec/ecdsa_ossl.c

index 7118e43bfc630922f50ec2940c4f2c7502ee81fd..30458f1402addc2cc856e7f4a3310c4003aae0b7 100644 (file)
@@ -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) {