diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-09-23 12:55:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-23 12:55:36 +0000 |
commit | 5b3069e265d898f357a48840bcd9430236ca1fe5 (patch) | |
tree | 5ed691734f44b60440754436eb3f4cec137dee2d | |
parent | b466924717163bb034139eb74376294ca085dbc1 (diff) |
spell fix comment
-rw-r--r-- | lib/transfer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index 3f5025c3e..612d4ef6b 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -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 { |