aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-08 21:42:00 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-08 23:11:33 +0100
commite5a82bfd68f2de9b9b19ba37d59ef73a9b1fe193 (patch)
tree156c319515eb5ee4da243c4243539c1b0c543cf3 /crypto/bio
parent0fd2d5fa3c58e0a11f059becd1fcf063c05ea292 (diff)
downloadopenssl-e5a82bfd68f2de9b9b19ba37d59ef73a9b1fe193.zip
openssl-e5a82bfd68f2de9b9b19ba37d59ef73a9b1fe193.tar.gz
openssl-e5a82bfd68f2de9b9b19ba37d59ef73a9b1fe193.tar.bz2
Small fixes
- One typo fixed in crypto/bio/b_addr.c - Add a comment in doc/crypto/BIO_parse_hostserv.pod to explain the blank lines with one lonely space each. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/b_addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/b_addr.c b/crypto/bio/b_addr.c
index 39597b8..b60d6ac 100644
--- a/crypto/bio/b_addr.c
+++ b/crypto/bio/b_addr.c
@@ -341,7 +341,7 @@ socklen_t BIO_ADDR_sockaddr_size(const BIO_ADDR *ap)
/**********************************************************************
*
- * Address into database
+ * Address info database
*
*/