spell fix comment
This commit is contained in:
parent
b466924717
commit
5b3069e265
@ -1242,10 +1242,10 @@ CURLcode Curl_perform(struct SessionHandle *data)
|
|||||||
return res;
|
return res;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* It is important that there is NO 'return' from this function any any
|
* It is important that there is NO 'return' from this function at any other
|
||||||
* other place than falling down the bottom! This is because we have cleanup
|
* place than falling down to the end of the function! This is because we
|
||||||
* stuff that must be done before we get back, and that is only performed
|
* have cleanup stuff that must be done before we get back, and that is only
|
||||||
* after this do-while loop.
|
* performed after this do-while loop.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user