]> granicus.if.org Git - apache/commitdiff
Follow up r1601943:
authorTakashi Sato <takashi@apache.org>
Thu, 12 Jun 2014 03:32:50 +0000 (03:32 +0000)
committerTakashi Sato <takashi@apache.org>
Thu, 12 Jun 2014 03:32:50 +0000 (03:32 +0000)
Fix typo. No functional change.

Pointed out by mrumph

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602058 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mpm.h

index facabf95e152fa541df2ecde93430de7f4157df9..f70865929c8049dd40172b8346689a2b6c918ac3 100644 (file)
@@ -198,7 +198,7 @@ AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result);
 /** @} */
 
 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);