jwoolley    01/08/25 15:58:02

  Modified:    include  apr_buckets.h
  Log:
  Grammar police
  
  Revision  Changes    Path
  1.115     +1 -1      apr-util/include/apr_buckets.h
  
  Index: apr_buckets.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apr_buckets.h,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -d -u -r1.114 -r1.115
  --- apr_buckets.h     2001/08/25 22:54:56     1.114
  +++ apr_buckets.h     2001/08/25 22:58:02     1.115
  @@ -635,7 +635,7 @@
       /** The pool into which any needed structures should
        *  be created while reading from this file bucket */
       apr_pool_t *readpool;
  -    /** The SMS that this structure was allocated from */
  +    /** The SMS from which this structure was allocated */
       apr_sms_t *sms;
   };
   
  
  
  

Reply via email to