From: Daniel Bevenius Date: Mon, 5 Oct 2020 13:08:15 +0000 (+0200) Subject: ERR: fix comment typo in err.c X-Git-Tag: openssl-3.0.0-alpha7~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5884b05109d124f4c69df3be112c177ac4959684;p=thirdparty%2Fopenssl.git ERR: fix comment typo in err.c Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13076) --- diff --git a/crypto/err/err.c b/crypto/err/err.c index 9098112d1c0..2c8240f0ba0 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) {