summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index 728764328..1c296da71 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -262,7 +262,7 @@ ap_status_t ap_get_os_imp_time(ap_os_imp_time_t **, ap_time_t *);
#if APR_HAS_THREADS
/*
-=head1 ap_status_t ap_get_os_thread(ap_thread_t *thethd, ap_os_thread_t *thd)
+=head1 ap_status_t ap_get_os_thread(ap_thread_t **thethd, ap_os_thread_t *thd)
B<convert the thread to os specific type from apr type.>