summaryrefslogtreecommitdiff
path: root/include/arch/unix/threadproc.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-31 05:32:53 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-31 05:32:53 +0000
commit5ab51303ab28e57094b35d0cf1d3c1342d8f1cfb (patch)
treeb0538e9e29dff02e4e52005cc29b8007cdf9748c /include/arch/unix/threadproc.h
parent364c95b75910720c924ff7a8c16645f20820f252 (diff)
downloadlibapr-5ab51303ab28e57094b35d0cf1d3c1342d8f1cfb.tar.gz
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
check this out tomorrow and make sure everything was checked in correctly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/unix/threadproc.h')
-rw-r--r--include/arch/unix/threadproc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/unix/threadproc.h b/include/arch/unix/threadproc.h
index fc9755011..81c9f67a1 100644
--- a/include/arch/unix/threadproc.h
+++ b/include/arch/unix/threadproc.h
@@ -96,7 +96,7 @@ struct proc_t {
struct procattr_t *attr;
};
-/*This will move to apr_threadproc.h in time, but I need to figure it out
+/*This will move to ap_threadproc.h in time, but I need to figure it out
* on windows first. :)
*/
ap_status_t ap_detach(ap_context_t *, struct proc_t **);