You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2014/06/12 05:32:51 UTC

svn commit: r1602058 - /httpd/httpd/trunk/include/ap_mpm.h

Author: takashi
Date: Thu Jun 12 03:32:50 2014
New Revision: 1602058

URL: http://svn.apache.org/r1602058
Log:
Follow up r1601943:
Fix typo. No functional change.

Pointed out by mrumph

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

Modified: httpd/httpd/trunk/include/ap_mpm.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mpm.h?rev=1602058&r1=1602057&r2=1602058&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mpm.h (original)
+++ httpd/httpd/trunk/include/ap_mpm.h Thu Jun 12 03:32:50 2014
@@ -198,7 +198,7 @@ AP_DECLARE(apr_status_t) ap_mpm_query(in
 /** @} */
 
 typedef void (ap_mpm_callback_fn_t)(void *baton);
-typedef void (ap_mpm_socket_callback_fn_t)(void *baton, const apr_pollfd_t *pdf);
+typedef void (ap_mpm_socket_callback_fn_t)(void *baton, const apr_pollfd_t *pfd);
 
 /* only added support in the Event MPM....  check for APR_ENOTIMPL */
 AP_DECLARE(apr_status_t) ap_mpm_resume_suspended(conn_rec *c);