summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-10-05 02:50:03 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-10-05 02:50:03 +0000
commitf8975f7a6ccccce202d982d607861ae110ccbe11 (patch)
tree3f904606ae46951bf8a7c34ba6b0f176aba7bd5d
parentab571cd812bc4d8f8488f751ef4527616de6da54 (diff)
downloadlibapr-f8975f7a6ccccce202d982d607861ae110ccbe11.tar.gz
Use the correct name in the comments
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@582061 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0ebfdda55..ae640b34c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,9 @@ Changes with APR 0.9.17
*) Revert Win32 to the 0.9.14 behavior of apr_proc_create() for any
of the three stdio streams which are not initialized, through either
- apr_procattr_io_set() or apr_procattr_stdXXX_set(), when given a
+ apr_procattr_io_set() or apr_procattr_child_XXX_set(), when given a
procattr_t with one or two streams which were initialized through
- apr_procattr_stdXXX_set(). Once again, these do not inherit the
+ apr_procattr_child_XXX_set(). Once again, these do not inherit the
parent process stdio stream to WIN32 child processes (passing
INVALID_HANDLE_VALUE instead) as on Unix. Note APR 1.3.0 adopts
the unix behavior of inheriting any uninitialed streams as the