From 2beb004b24ff524d1f27e71994cdcfffb85d7075 Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 24 Jan 2019 12:22:48 +1000 Subject: [PATCH] Fix comment typo Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8196) --- crypto/rsa/rsa_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index 994978b144..0848936b2d 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -181,7 +181,7 @@ static const unsigned int c1_923 = 0x07b126; /* scale * 1.923 */ static const unsigned int c4_690 = 0x12c28f; /* scale * 4.690 */ /* - * Multiply two scale integers together and rescale the result. + * Multiply two scaled integers together and rescale the result. */ static ossl_inline uint64_t mul2(uint64_t a, uint64_t b) { -- 2.34.1