X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ferr%2Ferr.c;h=3492950b59be3e05bc1d5c82594b22265f0b2a16;hb=cd91fd7c32428c0deb503f19b8061e0980476876;hp=91949ba4681b6097b99e8eec19d1719c9a266de8;hpb=4c8855b975bdd1b4c84cf32a6a4748d40ea4a14c;p=oweals%2Fopenssl.git diff --git a/crypto/err/err.c b/crypto/err/err.c index 91949ba468..3492950b59 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -1038,7 +1038,7 @@ ERR_STATE *ERR_get_state(void) ERR_STATE_free(ret); /* could not insert it */ return(&fallback); } - /* If a race occured in this function and we came second, tmpp + /* If a race occurred in this function and we came second, tmpp * is the first one that we just replaced. */ if (tmpp) ERR_STATE_free(tmpp);