aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-01-24 12:22:48 +1000
committerPauli <paul.dale@oracle.com>2019-02-11 11:27:01 +1000
commit2beb004b24ff524d1f27e71994cdcfffb85d7075 (patch)
tree8eaa6dadd5eebce9a2b8b9dea8ca2dd4fb555d6b
parent758229f7d22775d7547e3b3b886b7f6a289c6897 (diff)
downloadopenssl-2beb004b24ff524d1f27e71994cdcfffb85d7075.zip
openssl-2beb004b24ff524d1f27e71994cdcfffb85d7075.tar.gz
openssl-2beb004b24ff524d1f27e71994cdcfffb85d7075.tar.bz2
Fix comment typo
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8196)
-rw-r--r--crypto/rsa/rsa_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c
index 994978b..0848936 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)
{