diff --git a/lib/transfer.c b/lib/transfer.c index 14072580d6a81dded8bf7d39119512a2c6c1c0e5..b65fc541e3d4215fb1efe2aa9437026236ec9dc9 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -577,9 +577,9 @@ Transfer(struct connectdata *c_conn) /* we're done reading chunks! */ keepon &= ~KEEP_READ; /* read no more */ - /* There are now possibly bytes at the end of the str buffer - that weren't written to the client, but we don't care - about them right now. */ + /* There are now possibly N number of bytes at the end of the + str buffer that weren't written to the client, but we don't + care about them right now. */ } /* If it returned OK, we just keep going */ }