[openssl-commits] [openssl] master update
Dr. Paul Dale
pauli at openssl.org
Wed Feb 13 00:57:56 UTC 2019
The branch master has been updated
via e5fee28f0e49fe2e07b2088985eee2d0ffaaf17e (commit)
from 54b5fb2dab8b216c11adfbe6320c27e18a44ffb3 (commit)
- Log -----------------------------------------------------------------
commit e5fee28f0e49fe2e07b2088985eee2d0ffaaf17e
Author: Pauli <paul.dale at oracle.com>
Date: Wed Feb 13 09:22:36 2019 +1000
Fix typo in comment
Reviewed-by: Paul Yang <yang.yang at baishancloud.com>
(Merged from https://github.com/openssl/openssl/pull/8218)
-----------------------------------------------------------------------
Summary of changes:
crypto/sparse_array.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/sparse_array.c b/crypto/sparse_array.c
index b256478..9255f9d 100644
--- a/crypto/sparse_array.c
+++ b/crypto/sparse_array.c
@@ -44,7 +44,7 @@
/*
* From the number of bits, work out:
* the number of pointers in a tree node;
- * a bit mask to quickly extra an index and
+ * a bit mask to quickly extract an index and
* the maximum depth of the tree structure.
*/
#define SA_BLOCK_MAX (1 << OPENSSL_SA_BLOCK_BITS)
More information about the openssl-commits
mailing list