summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2020-10-05 15:08:15 +0200
committerRichard Levitte <levitte@openssl.org>2020-10-08 09:15:27 +0200
commit5884b05109d124f4c69df3be112c177ac4959684 (patch)
treed00dcb3baa0d78c0f2d0e76d3d7e4859aa3d13af /crypto/err
parentbdde5b46c74852e38e660a16f64d7d8ba1c7c2e2 (diff)
ERR: fix comment typo in err.c
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13076)
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 9098112d1c..2c8240f0ba 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -225,7 +225,7 @@ static void err_patch(int lib, ERR_STRING_DATA *str)
}
/*
- * Hash in |str| error strings. Assumes the URN_ONCE was done.
+ * Hash in |str| error strings. Assumes the RUN_ONCE was done.
*/
static int err_load_strings(const ERR_STRING_DATA *str)
{