summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heider <tobhe@cvs.openbsd.org>2023-07-03 10:59:17 +0000
committerTobias Heider <tobhe@cvs.openbsd.org>2023-07-03 10:59:17 +0000
commitd4ebe2acb301d7321c7d6d9831f869b4e7f6e859 (patch)
tree2845ed9b87ca56627795946515dac176455669b9
parent1ac9bb900491fbafa92b0c146694684418dacd51 (diff)
typo
-rw-r--r--lib/libcrypto/hidden/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/hidden/README b/lib/libcrypto/hidden/README
index c41830cf55f..de8a576a7bc 100644
--- a/lib/libcrypto/hidden/README
+++ b/lib/libcrypto/hidden/README
@@ -29,7 +29,7 @@ files:
LCRYPTO_UNUSED(x) Symbols that are not used internally or by libssl
No renaming is done. In builds of libcrypto, the symbol
is marked as deprecated to detect unintentional use of such
- a synbol, so that it can be marked as used going forward.
+ a symbol, so that it can be marked as used going forward.
ex: LCRYPTO_UNUSED(SSL_CIPHER_get_name)
Finally, to create the expected aliases, we use these in the .c files