You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/05 04:50:04 UTC

svn commit: r582061 - /apr/apr/branches/0.9.x/CHANGES

Author: wrowe
Date: Thu Oct  4 19:50:03 2007
New Revision: 582061

URL: http://svn.apache.org/viewvc?rev=582061&view=rev
Log:
Use the correct name in the comments

Modified:
    apr/apr/branches/0.9.x/CHANGES

Modified: apr/apr/branches/0.9.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?rev=582061&r1=582060&r2=582061&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/0.9.x/CHANGES [utf-8] Thu Oct  4 19:50:03 2007
@@ -6,9 +6,9 @@
 
   *) 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