[openssl] master update

Richard Levitte levitte at openssl.org
Thu Oct 8 07:16:54 UTC 2020


The branch master has been updated
       via  5884b05109d124f4c69df3be112c177ac4959684 (commit)
      from  bdde5b46c74852e38e660a16f64d7d8ba1c7c2e2 (commit)


- Log -----------------------------------------------------------------
commit 5884b05109d124f4c69df3be112c177ac4959684
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date:   Mon Oct 5 15:08:15 2020 +0200

    ERR: fix comment typo in err.c
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/13076)

-----------------------------------------------------------------------

Summary of changes:
 crypto/err/err.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 {


More information about the openssl-commits mailing list