[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue May 3 10:30:52 UTC 2016


The branch master has been updated
       via  399de49699d16e6e889d41dd08e82c94d43bc2bc (commit)
      from  d227a302a3f5fcf15b1bf6c24a633eb661e74c4d (commit)


- Log -----------------------------------------------------------------
commit 399de49699d16e6e889d41dd08e82c94d43bc2bc
Author: Dmitry-Me <wipedout at yandex.ru>
Date:   Mon Mar 14 14:39:32 2016 +0300

    Improve comment
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 crypto/bn/bn_lib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c
index 4b37906..54479a7 100644
--- a/crypto/bn/bn_lib.c
+++ b/crypto/bn/bn_lib.c
@@ -839,9 +839,9 @@ int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n)
 
 /*
  * Here follows a specialised variants of bn_cmp_words().  It has the
- * property of performing the operation on arrays of different sizes. The
+ * capability of performing the operation on arrays of different sizes. The
  * sizes of those arrays is expressed through cl, which is the common length
- * ( basicall, min(len(a),len(b)) ), and dl, which is the delta between the
+ * ( basically, min(len(a),len(b)) ), and dl, which is the delta between the
  * two lengths, calculated as len(a)-len(b). All lengths are the number of
  * BN_ULONGs...
  */


More information about the openssl-commits mailing list