summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-11-23 22:19:57 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-11-23 22:19:57 +0000
commitfe43501b23ddb411dad17c0d5087fec369f76b9d (patch)
tree11259f155033026395ba70edaa204b711efe5f71 /threadproc
parentd6de908d02ad07ea021638edc9c36db1cca67a58 (diff)
downloadlibapr-fe43501b23ddb411dad17c0d5087fec369f76b9d.tar.gz
Clear up this wording a bit
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@720054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/win32/thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/threadproc/win32/thread.c b/threadproc/win32/thread.c
index e963e9aa3..25034571e 100644
--- a/threadproc/win32/thread.c
+++ b/threadproc/win32/thread.c
@@ -102,8 +102,8 @@ APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new,
return stat;
}
- /* Use 0 for Thread Stack Size, because that will default the stack to the
- * same size as the calling thread.
+ /* Use 0 for default Thread Stack Size, because that will
+ * default the stack to the same size as the calling thread.
*/
#ifndef _WIN32_WCE
if ((handle = (HANDLE)_beginthreadex(NULL,