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/01 21:33:52 UTC

svn commit: r581045 - /apr/apr/trunk/include/apr_thread_proc.h

Author: wrowe
Date: Mon Oct  1 12:33:51 2007
New Revision: 581045

URL: http://svn.apache.org/viewvc?rev=581045&view=rev
Log:
Redundant commit to remove redundancy.

Modified:
    apr/apr/trunk/include/apr_thread_proc.h

Modified: apr/apr/trunk/include/apr_thread_proc.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_thread_proc.h?rev=581045&r1=581044&r2=581045&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_thread_proc.h (original)
+++ apr/apr/trunk/include/apr_thread_proc.h Mon Oct  1 12:33:51 2007
@@ -403,7 +403,7 @@
  * specified, that corresponding stream is closed in the child (and will
  * be INVALID_HANDLE_VALUE when inspected on Win32). This can have ugly 
  * side effects, as the next file opened in the child on Unix will fall
- * into the stdio stream fd slot on Unix!
+ * into the stdio stream fd slot!
  */
 APR_DECLARE(apr_status_t) apr_procattr_io_set(apr_procattr_t *attr, 
                                              apr_int32_t in, apr_int32_t out,