summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-09-11 13:27:05 +0200
committerTomas Mraz <tomas@openssl.org>2023-09-13 08:13:08 +0200
commit23def9d37156cc3b2c00fb45ec3b8e271a5d4563 (patch)
tree2db21178140f11fa05ac49387bbf48a347c68524 /crypto/err
parent46def829afa4d8bed8f53d484bdf842d65f0e176 (diff)
Fix typos found by codespell
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22063)
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index 3fc296929c..7b7f309951 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -831,7 +831,7 @@ void ERR_add_error_vdata(int num, va_list args)
i = es->top;
/*
- * If err_data is allocated already, re-use the space.
+ * If err_data is allocated already, reuse the space.
* Otherwise, allocate a small new buffer.
*/
if ((es->err_data_flags[i] & flags) == flags) {