You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/03/21 16:27:31 UTC

cvs commit: httpd-2.0/server/mpm/worker fdqueue.c

trawick     02/03/21 07:27:31

  Modified:    server/mpm/worker fdqueue.c
  Log:
  fix a comment
  
  Revision  Changes    Path
  1.13      +1 -1      httpd-2.0/server/mpm/worker/fdqueue.c
  
  Index: fdqueue.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/worker/fdqueue.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- fdqueue.c	13 Mar 2002 20:48:05 -0000	1.12
  +++ fdqueue.c	21 Mar 2002 15:27:31 -0000	1.13
  @@ -72,7 +72,7 @@
   
   /**
    * Callback routine that is called to destroy this
  - * fd_queue_t when it's pool is destroyed.
  + * fd_queue_t when its pool is destroyed.
    */
   static apr_status_t ap_queue_destroy(void *data) 
   {