]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
typo fix
authorwillmafh <willmafh@hotmail.com>
Sat, 24 Feb 2024 09:34:25 +0000 (17:34 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Apr 2024 06:34:17 +0000 (08:34 +0200)
CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23675)

crypto/sparse_array.c

index bbbc9cdb36966c9778bb83c4a484c51516284f07..bb378edacbc0b3271663b13ffd5c8b9252956cc1 100644 (file)
@@ -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