aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorMichael Kaufmann <mail@michael-kaufmann.ch>2016-06-21 09:47:34 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-06-21 13:11:40 +0200
commit0bdec5e01d9914d97bb9ed1301b1590162fe2945 (patch)
treed013440edb0f9975ad98ea10cf50b2e220439b68 /lib/http.c
parentb2dcf0347f1ee5041cccd64632bb8dd7ccbbae91 (diff)
cleanup: fix method names in code comments
Closes #887
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index 357f81ef2..7a5e71afd 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -1758,7 +1758,7 @@ CURLcode Curl_add_timecondition(struct SessionHandle *data,
}
/*
- * Curl_http() gets called from the generic Curl_do() function when a HTTP
+ * Curl_http() gets called from the generic multi_do() function when a HTTP
* request is to be performed. This creates and sends a properly constructed
* HTTP request.
*/