summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2003-08-05 16:11:59 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2003-08-05 16:11:59 +0000
commitfd23cd4aed787f650c106a3f0528ce3e2f363311 (patch)
treef8b5ed4e7c0258e1a4d34ecd5e3f890e0f830567 /src
parent26ad896676443d13af9f0d1e9057bcf5d8c5e7d8 (diff)
downloadtinyproxy-fd23cd4aed787f650c106a3f0528ce3e2f363311.tar.gz
tinyproxy-fd23cd4aed787f650c106a3f0528ce3e2f363311.zip
# Fixed a comment to actually reflect what the function does.
Diffstat (limited to '')
-rw-r--r--src/reqs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reqs.c b/src/reqs.c
index b2a98de..e108c86 100644
--- a/src/reqs.c
+++ b/src/reqs.c
@@ -1,4 +1,4 @@
-/* $Id: reqs.c,v 1.106 2003-07-31 23:38:28 rjkaes Exp $
+/* $Id: reqs.c,v 1.107 2003-08-05 16:11:59 rjkaes Exp $
*
* This is where all the work in tinyproxy is actually done. Incoming
* connections have a new child created for them. The child then
@@ -160,7 +160,7 @@ read_request_line(struct conn_s *connptr)
}
/*
- * Strip the new line and character return from the string.
+ * Strip the new line and carriage return from the string.
*/
if (chomp(connptr->request_line, len) == len) {
/*