The branch master has been updated
       via  2beb004b24ff524d1f27e71994cdcfffb85d7075 (commit)
      from  758229f7d22775d7547e3b3b886b7f6a289c6897 (commit)


- Log -----------------------------------------------------------------
commit 2beb004b24ff524d1f27e71994cdcfffb85d7075
Author: Pauli <[email protected]>
Date:   Thu Jan 24 12:22:48 2019 +1000

    Fix comment typo
    
    Reviewed-by: Richard Levitte <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/8196)

-----------------------------------------------------------------------

Summary of changes:
 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 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)
 {
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to