dgaudet     98/07/04 11:22:12

  Modified:    src/main buff.c
  Log:
  fix comment pointed out by ben l.
  
  Revision  Changes    Path
  1.81      +2 -1      apache-1.3/src/main/buff.c
  
  Index: buff.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/buff.c,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- buff.c    1998/07/04 16:07:27     1.80
  +++ buff.c    1998/07/04 18:22:11     1.81
  @@ -933,7 +933,8 @@
   }
   
   /*
  - * Empty the buffer after putting a single character in it
  + * output a single character.  Used by ap_bputs when the buffer
  + * is full... and so it'll cause the buffer to be flushed first.
    */
   API_EXPORT(int) ap_bflsbuf(int c, BUFF *fb)
   {
  
  
  

Reply via email to