brianp      2002/08/06 16:51:37

  Modified:    include  apr_poll.h
  Log:
  Fixed a comment to accurately reflect what the "clear" function does
  
  Revision  Changes    Path
  1.6       +1 -1      apr/include/apr_poll.h
  
  Index: apr_poll.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_poll.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- apr_poll.h        4 Aug 2002 04:43:23 -0000       1.5
  +++ apr_poll.h        6 Aug 2002 23:51:37 -0000       1.6
  @@ -187,7 +187,7 @@
                                                    apr_socket_t *sock);
   
   /**
  - * Remove all sockets from the poll structure.
  + * Clear all events in the poll structure.
    * @param aprset The poll structure we will be using. 
    * @param events The events to clear from all sockets.  One of:
    * <PRE>
  
  
  

Reply via email to