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:49:55 UTC

svn commit: r582060 - /apr/apr/branches/1.2.x/CHANGES

Author: wrowe
Date: Thu Oct  4 19:49:54 2007
New Revision: 582060

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

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

Modified: apr/apr/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?rev=582060&r1=582059&r2=582060&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.2.x/CHANGES [utf-8] Thu Oct  4 19:49:54 2007
@@ -6,9 +6,9 @@
 
   *) Revert Win32 to the 1.2.8 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