From 43116218c07d3cce86359afba6c979cdec24a504 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 9 Apr 2016 05:33:03 +0100 Subject: url: Corrected comments following 9d89a0387 --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 *)); -- cgit v1.2.3