You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2010/03/01 18:58:40 UTC

svn commit: r917615 - /httpd/httpd/trunk/server/protocol.c

Author: wrowe
Date: Mon Mar  1 17:58:40 2010
New Revision: 917615

URL: http://svn.apache.org/viewvc?rev=917615&view=rev
Log:
overlooked for 10 years, impressive ;-)

Modified:
    httpd/httpd/trunk/server/protocol.c

Modified: httpd/httpd/trunk/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=917615&r1=917614&r2=917615&view=diff
==============================================================================
--- httpd/httpd/trunk/server/protocol.c (original)
+++ httpd/httpd/trunk/server/protocol.c Mon Mar  1 17:58:40 2010
@@ -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.