summaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/url.c b/lib/url.c
index 71d4d8bb7..acaf913da 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -929,7 +929,7 @@ CURLcode Curl_setopt(struct Curl_easy *data, CURLoption option,
case CURLOPT_TIMECONDITION:
/*
* Set HTTP time condition. This must be one of the defines in the
- * curl/curl.h header file.
+ * gnurl/curl.h header file.
*/
data->set.timecondition = (curl_TimeCond)va_arg(param, long);
break;
@@ -1343,7 +1343,7 @@ CURLcode Curl_setopt(struct Curl_easy *data, CURLoption option,
case CURLOPT_HTTP_VERSION:
/*
* This sets a requested HTTP version to be used. The value is one of
- * the listed enums in curl/curl.h.
+ * the listed enums in gnurl/curl.h.
*/
arg = va_arg(param, long);
#ifndef USE_NGHTTP2