aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-09 05:33:03 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-09 05:33:03 +0100
commit43116218c07d3cce86359afba6c979cdec24a504 (patch)
tree48f4b74da0965b76d5c82f553f2cd953f499044e /lib
parentb43fb04516b675988d1047d0915e94d69447c1c0 (diff)
url: Corrected comments following 9d89a0387
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 5705252c4..3439e292a 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -1501,7 +1501,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
case CURLOPT_SERVICE_NAME:
/*
- * Set negotiate service identity
+ * Set authentication service name for DIGEST-MD5, Kerberos 5 and SPNEGO
*/
result = setstropt(&data->set.str[STRING_SERVICE_NAME],
va_arg(param, char *));