summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-01 09:38:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-01 09:38:35 +0000
commit9f579f12fcda284c5b9f5dd8c1581fc5cd7fa8fb (patch)
tree5a22dc037b3705a408bc53d0ad8c9b30c584238c
parent825a5267897f62d558cf299af83d8087b473cc41 (diff)
downloadcurl-9f579f12fcda284c5b9f5dd8c1581fc5cd7fa8fb.tar.gz
spell-fixed a comment
-rw-r--r--lib/multi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/multi.c b/lib/multi.c
index 7f553bda5..3229768f0 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) */