summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-21 15:00:30 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-21 15:00:30 +0200
commitb22cddbcc5ca899f2c5f05e2039927cd5abf3723 (patch)
treeef12f1e6266f915e1de49785b7f76cef31e5251d
parent9140c71e8c5474af81a2436a85f55cbb72cf0d53 (diff)
downloadcurl-b22cddbcc5ca899f2c5f05e2039927cd5abf3723.tar.gz
fixup the get_protocol_family description commenta
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
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.
*/