From b22cddbcc5ca899f2c5f05e2039927cd5abf3723 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 21 Sep 2020 15:00:30 +0200 Subject: fixup the get_protocol_family description commenta --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index ace8d53c9..8af33c040 100644 --- a/lib/url.c +++ b/lib/url.c @@ -146,7 +146,7 @@ static void conn_free(struct connectdata *conn); * * Parameters: * -* protocol [in] - A single bit protocol identifier such as HTTP or HTTPS. +* 'h' [in] - struct Curl_handler pointer. * * Returns the family as a single bit protocol identifier. */ -- cgit v1.2.1