From: willmafh Date: Sat, 24 Feb 2024 09:34:25 +0000 (+0800) Subject: typo fix X-Git-Tag: openssl-3.4.0-alpha1~758 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5962c717c4c00654bc8120e81db9978c3efd91fd;p=thirdparty%2Fopenssl.git typo fix CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23675) --- diff --git a/crypto/sparse_array.c b/crypto/sparse_array.c index bbbc9cdb369..bb378edacbc 100644 --- a/crypto/sparse_array.c +++ b/crypto/sparse_array.c @@ -19,7 +19,7 @@ * depth of the tree but potentially wastes more memory. That is, this is a * direct space versus time tradeoff. * - * The default is to use four bits which means that the are 16 + * The default is to use four bits which means that there are 16 * pointers in each tree node. * * The library builder is also permitted to define other sizes in the closed