aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-08-09 23:39:09 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-08-09 23:39:09 +0200
commit2af0b10c9504347ec6393792036dd43f2dae0679 (patch)
treec39c5f0842ee2e1cda1b0735b25a32bf7b3f52a6 /lib/multi.c
parent08adecc9a1553e895373f4e3ce357cb37c49ffb8 (diff)
comments: remove old and wrong multi/easy interface statements
Diffstat (limited to 'lib/multi.c')
-rw-r--r--lib/multi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/multi.c b/lib/multi.c
index b64092a5d..476f058c5 100644
--- a/lib/multi.c
+++ b/lib/multi.c
@@ -2567,8 +2567,8 @@ void Curl_expire(struct SessionHandle *data, long milli)
struct timeval *nowp = &data->state.expiretime;
int rc;
- /* this is only interesting for multi-interface using libcurl, and only
- while there is still a multi interface struct remaining! */
+ /* this is only interesting while there is still an associated multi struct
+ remaining! */
if(!multi)
return;