From: Pauli Date: Thu, 24 Jan 2019 02:22:48 +0000 (+1000) Subject: Fix comment typo X-Git-Tag: openssl-3.0.0-alpha1~2561 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2beb004b24ff524d1f27e71994cdcfffb85d7075;p=oweals%2Fopenssl.git Fix comment typo Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8196) --- 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) {