You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/09/17 01:28:35 UTC

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

Author: trawick
Date: Mon Sep 16 23:28:35 2013
New Revision: 1523845

URL: http://svn.apache.org/r1523845
Log:
typo in comment

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=1523845&r1=1523844&r2=1523845&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_thread_proc.h (original)
+++ apr/apr/trunk/include/apr_thread_proc.h Mon Sep 16 23:28:35 2013
@@ -647,7 +647,7 @@ APR_DECLARE(apr_status_t) apr_proc_creat
  *            APR_NOWAIT -- return immediately regardless of if the 
  *                          child is dead or not.
  * </PRE>
- * @remark The childs status is in the return code to this process.  It is one of:
+ * @remark The child's status is in the return code to this process.  It is one of:
  * <PRE>
  *            APR_CHILD_DONE     -- child is no longer running.
  *            APR_CHILD_NOTDONE  -- child is still running.