mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:34:37 +03:00
spell-fixed a comment
This commit is contained in:
parent
825a526789
commit
9f579f12fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue