summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2022-08-23 20:37:03 +0200
committerTomas Mraz <tomas@openssl.org>2022-11-23 18:21:47 +0100
commit2c54276e89ea3d44959f0844430c49de30711a6e (patch)
treee9fcceff25bc7c3cca3da0b82bc31efb4edc6188 /crypto/bio
parent5af0050147ee0fce640722108639f3f7a72353b6 (diff)
crypto/*: Fix various typos, repeated words, align some spelling to LDP.
partially revamped from #16712 - fall thru -> fall through - time stamp -> timestamp - host name -> hostname - ipv6 -> IPv6 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19059) (cherry picked from commit c7340583097a80a4fe42bacea745b2bbaa6d16db)
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio_sock2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bio_sock2.c b/crypto/bio/bio_sock2.c
index 8bdad0c0b6..b746e40ba0 100644
--- a/crypto/bio/bio_sock2.c
+++ b/crypto/bio/bio_sock2.c
@@ -262,7 +262,7 @@ int BIO_listen(int sock, const BIO_ADDR *addr, int options)
}
}
- /* On OpenBSD it is always ipv6 only with ipv6 sockets thus read-only */
+ /* On OpenBSD it is always IPv6 only with IPv6 sockets thus read-only */
# if defined(IPV6_V6ONLY) && !defined(__OpenBSD__)
if (BIO_ADDR_family(addr) == AF_INET6) {
/*