aboutsummaryrefslogtreecommitdiff
path: root/crypto/sparse_array.c
diff options
context:
space:
mode:
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