summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-02-20 18:42:24 +0100
committerTomas Mraz <tomas@openssl.org>2024-02-22 10:38:55 +0100
commit801eed6e29623584914824dcfec15ec8e3a86dd3 (patch)
treeede3e90bdeb46641db48fed18dae0d57489ea39b /INSTALL.md
parent906c67828956ad15200bc6e61d086b9fa73dc328 (diff)
Minor wording fixes related to no-atexit
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/23642) (cherry picked from commit 66e6f72c3e4221580a7f456ddeaa5027f0bbb8b7)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index d0ca3f91f3..95842c4641 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -552,7 +552,7 @@ Do not build support for async operations.
Do not use `atexit()` in libcrypto builds.
`atexit()` has varied semantics between platforms and can cause SIGSEGV in some
-circumstances. This options disables the atexit registration of OPENSSL_cleanup.
+circumstances. This option disables the atexit registration of OPENSSL_cleanup.
### no-autoalginit