You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/02/11 16:03:13 UTC

svn commit: r153408 - httpd/httpd/trunk/include/httpd.h

Author: jorton
Date: Fri Feb 11 07:03:12 2005
New Revision: 153408

URL: http://svn.apache.org/viewcvs?view=rev&rev=153408
Log:
* include/httpd.h: Fix a comment.

Modified:
    httpd/httpd/trunk/include/httpd.h

Modified: httpd/httpd/trunk/include/httpd.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/httpd.h?view=diff&r1=153407&r2=153408
==============================================================================
--- httpd/httpd/trunk/include/httpd.h (original)
+++ httpd/httpd/trunk/include/httpd.h Fri Feb 11 07:03:12 2005
@@ -49,7 +49,7 @@
 #include <stdlib.h>
 #endif
 
-/* Note: util_uri.h is also included, see below */
+/* Note: apr_uri.h is also included, see below */
 
 #ifdef __cplusplus
 extern "C" {