aboutsummaryrefslogtreecommitdiff
path: root/crypto/sparse_array.c
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2025-05-07 21:18:24 +0000
committerEnji Cooper <ngie@FreeBSD.org>2025-05-07 22:37:22 +0000
commit29536654cc41bf41b92dc836c47496dc6fe0b00c (patch)
tree368a3c5b14e610bb5f6b71657f61a41e373eaf97 /crypto/sparse_array.c
parent1c34280346af8284acdc0eae39496811d37df25d (diff)
Diffstat (limited to 'crypto/sparse_array.c')
-rw-r--r--crypto/sparse_array.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/sparse_array.c b/crypto/sparse_array.c
index bbbc9cdb3696..a41936517e72 100644
--- a/crypto/sparse_array.c
+++ b/crypto/sparse_array.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -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