mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Fix typo in comment
Reviewed-by: Paul Yang <yang.yang@baishancloud.com> (Merged from https://github.com/openssl/openssl/pull/8218)
This commit is contained in:
parent
54b5fb2dab
commit
e5fee28f0e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user