]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix trivial doc flaw, this file is not name http_protocol.c
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 1 Mar 2010 18:00:04 +0000 (18:00 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 1 Mar 2010 18:00:04 +0000 (18:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@917617 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 23ef080f4bca84b3b24d9b92586b076f57defe1f..9d37f1ceeb5b58fafdb97c5d089853552978b9d0 100644 (file)
@@ -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.