summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_addr.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-04-24 14:15:49 +0100
committerMatt Caswell <matt@openssl.org>2017-04-25 11:13:39 +0100
commit561f6f1ed237cb9a5a9020e58a368dd9d351b40b (patch)
tree3bc069588f851326eb99b1832caf0d6ed641e799 /crypto/bio/b_addr.c
parentce466c96f0eb14e5c35181e54e52164de1afe921 (diff)
Address review feedback for the SCTP changes
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3286)
Diffstat (limited to 'crypto/bio/b_addr.c')
-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 82c220a2f2..b8e1f96e07 100644
--- a/crypto/bio/b_addr.c
+++ b/crypto/bio/b_addr.c
@@ -617,7 +617,7 @@ int BIO_lookup(const char *host, const char *service,
}
/*-
- * BIO_lookup - look up the node and service you want to connect to.
+ * BIO_lookup_ex - look up the node and service you want to connect to.
* @node: the node you want to connect to.
* @service: the service you want to connect to.
* @lookup_type: declare intent with the result, client or server.