OSSL_PARAM_construct_utf8_string computes the string length.
[openssl.git] / crypto / sparse_array.c
index f534c0470bb13e6fc1384c30a82aba79202c730a..a74db5d218e37181cf678726d07e3ddfe56852f0 100644 (file)
@@ -13,7 +13,7 @@
 #include "internal/sparse_array.h"
 
 /*
- * How many bits are used to index each level in the tree structre?
+ * How many bits are used to index each level in the tree structure?
  * This setting determines the number of pointers stored in each node of the
  * tree used to represent the sparse array.  Having more pointers reduces the
  * depth of the tree but potentially wastes more memory.  That is, this is a