From: hniksic Date: Mon, 11 Apr 2005 13:41:28 +0000 (-0700) Subject: [svn] Doc fix. X-Git-Tag: v1.13~1207 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=364dc617a42b14797d23ca23024b94a0e465e7f2 [svn] Doc fix. --- diff --git a/src/http.c b/src/http.c index c509b4ae..5f221595 100644 --- a/src/http.c +++ b/src/http.c @@ -358,7 +358,7 @@ request_free (struct request *req) xfree (req); } -/* Send the contents of FILE_NAME to SOCK/SSL. Make sure that exactly +/* Send the contents of FILE_NAME to SOCK. Make sure that exactly PROMISED_SIZE bytes are sent over the wire -- if the file is longer, read only that much; if the file is shorter, report an error. */