diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2010-03-01 18:58:40 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2010-03-01 18:58:40 +0100 |
commit | 9911c19b54dd9db21541e92830d1489838ae05d2 (patch) | |
tree | 25d7ec37d4a255a27a432c3859a86a07d31dd1cb /server/protocol.c | |
parent | in preparation of fixing 2.2 branch, change again, now to a cast-less solution (diff) | |
download | apache2-9911c19b54dd9db21541e92830d1489838ae05d2.tar.xz apache2-9911c19b54dd9db21541e92830d1489838ae05d2.zip |
overlooked for 10 years, impressive ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@917615 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/protocol.c')
-rw-r--r-- | server/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/protocol.c b/server/protocol.c index 8061dc7de1..494913b836 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -15,7 +15,7 @@ */ /* - * http_protocol.c --- routines which directly communicate with the client. + * protocol.c --- routines which directly communicate with the client. * * Code originally by Rob McCool; much redone by Robert S. Thau * and the Apache Software Foundation. |