From 2af0b10c9504347ec6393792036dd43f2dae0679 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Aug 2013 23:39:09 +0200 Subject: comments: remove old and wrong multi/easy interface statements --- lib/multi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/multi.c') 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; -- cgit v1.2.3