1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

spell fix comment

This commit is contained in:
Daniel Stenberg 2002-09-23 12:55:36 +00:00
parent b466924717
commit 5b3069e265

View File

@ -1242,10 +1242,10 @@ CURLcode Curl_perform(struct SessionHandle *data)
return res;
/*
* It is important that there is NO 'return' from this function any any
* other place than falling down the bottom! This is because we have cleanup
* stuff that must be done before we get back, and that is only performed
* after this do-while loop.
* It is important that there is NO 'return' from this function at any other
* place than falling down to the end of the function! This is because we
* have cleanup stuff that must be done before we get back, and that is only
* performed after this do-while loop.
*/
do {