trawick     00/10/17 10:41:22

  Modified:    src/include ap_buckets.h
  Log:
  Fix the name of the brigade structure in a comment.
  
  Revision  Changes    Path
  1.44      +1 -1      apache-2.0/src/include/ap_buckets.h
  
  Index: ap_buckets.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/ap_buckets.h,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- ap_buckets.h      2000/10/17 03:18:46     1.43
  +++ ap_buckets.h      2000/10/17 17:41:21     1.44
  @@ -179,7 +179,7 @@
   
   /**
    * ap_bucket_t structures are allocated on the malloc() heap and
  - * their lifetime is controlled by the parent ap_brigade_t
  + * their lifetime is controlled by the parent ap_bucket_brigade
    * structure. Buckets can move from one brigade to another e.g. by
    * calling ap_brigade_concat(). In general the data in a bucket has
    * the same lifetime as the bucket and is freed when the bucket is
  
  
  

Reply via email to