]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ERR: fix comment typo in err.c
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Mon, 5 Oct 2020 13:08:15 +0000 (15:08 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Oct 2020 07:15:27 +0000 (09:15 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13076)

crypto/err/err.c

index 9098112d1c05f0be734bcc6795177c26c0c8c4c0..2c8240f0ba0470725edeabad17d20e76a3a5a2e7 100644 (file)
@@ -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)
 {