From: Daniel Stenberg Date: Tue, 1 Aug 2006 09:38:35 +0000 (+0000) Subject: spell-fixed a comment X-Git-Tag: curl-7_15_5~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f579f12fcda284c5b9f5dd8c1581fc5cd7fa8fb;p=thirdparty%2Fcurl.git spell-fixed a comment --- diff --git a/lib/multi.c b/lib/multi.c index 7f553bda57..3229768f01 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -1123,7 +1123,7 @@ static void singlesocket(struct Curl_multi *multi, action |= CURL_POLL_OUT; } - /* Update the sockhash accordingly BEFORE the callback of not a removal, + /* Update the sockhash accordingly BEFORE the callback if not a removal, in case the callback wants to use curl_multi_assign(), but do the removal AFTER the callback for the very same reason (but then to be able to pass the correct entry->socketp) */