You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/05/27 22:34:30 UTC

cvs commit: apr/include apr_thread_proc.h

jorton      2004/05/27 13:34:30

  Modified:    include  apr_thread_proc.h
  Log:
  * include/apr_thread_proc.h: Fix copy'n'past'o.
  
  Revision  Changes    Path
  1.103     +1 -1      apr/include/apr_thread_proc.h
  
  Index: apr_thread_proc.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_thread_proc.h,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -d -u -r1.102 -r1.103
  --- apr_thread_proc.h	1 Mar 2004 21:05:44 -0000	1.102
  +++ apr_thread_proc.h	27 May 2004 20:34:30 -0000	1.103
  @@ -218,7 +218,7 @@
   /**
    * Set the stack size of newly created threads.
    * @param attr The threadattr to affect 
  - * @param on The stack size in bytes
  + * @param stacksize The stack size in bytes
    */
   APR_DECLARE(apr_status_t) apr_threadattr_stacksize_set(apr_threadattr_t *attr,
                                                          apr_size_t stacksize);