summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err.c
diff options
context:
space:
mode:
authorjmc <>2022-12-26 07:18:53 +0000
committerjmc <>2022-12-26 07:18:53 +0000
commit8144b51086b3c46594192ccbec62762e58d61200 (patch)
tree26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/err/err.c
parent54da696f897367a85e20e97a53d29b18b44cf8b7 (diff)
downloadopenbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.gz
openbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.bz2
openbsd-8144b51086b3c46594192ccbec62762e58d61200.zip
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
Diffstat (limited to 'src/lib/libcrypto/err/err.c')
-rw-r--r--src/lib/libcrypto/err/err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c
index 349140543b..403fcd4607 100644
--- a/src/lib/libcrypto/err/err.c
+++ b/src/lib/libcrypto/err/err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: err.c,v 1.49 2022/08/29 06:49:24 jsing Exp $ */ 1/* $OpenBSD: err.c,v 1.50 2022/12/26 07:18:52 jmc Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1075,7 +1075,7 @@ ERR_get_state(void)
1075 ERR_STATE_free(ret); /* could not insert it */ 1075 ERR_STATE_free(ret); /* could not insert it */
1076 return (&fallback); 1076 return (&fallback);
1077 } 1077 }
1078 /* If a race occured in this function and we came second, tmpp 1078 /* If a race occurred in this function and we came second, tmpp
1079 * is the first one that we just replaced. */ 1079 * is the first one that we just replaced. */
1080 if (tmpp) 1080 if (tmpp)
1081 ERR_STATE_free(tmpp); 1081 ERR_STATE_free(tmpp);