]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a small typo
authorRyan Bloom <rbb@apache.org>
Mon, 14 Aug 2000 02:47:29 +0000 (02:47 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 14 Aug 2000 02:47:29 +0000 (02:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86068 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 57251034456eb0d8769577b01dad0893541e287b..b9347daeee812ec20e3042d448feac0b35a12b79 100644 (file)
@@ -1531,6 +1531,7 @@ extern int os_init_job_environment(server_rec *s, const char *user_name, int one
  * @param p The pool to allocate out of
  * @return A copy of the local host name
  * @deffunc char *ap_get_local_host(apr_pool_t *p)
+ */
 char *ap_get_local_host(apr_pool_t *p);
 
 /**