]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
commenting
authorwessels <>
Sat, 4 Apr 1998 07:22:15 +0000 (07:22 +0000)
committerwessels <>
Sat, 4 Apr 1998 07:22:15 +0000 (07:22 +0000)
src/MemBuf.cc

index 700f12467ad946d1d36dc6c0a913a4ce50576fa7..3cf1838417f7b51b419c801a59e9f0e1fa265b0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: MemBuf.cc,v 1.6 1998/02/27 09:11:43 rousskov Exp $
+ * $Id: MemBuf.cc,v 1.7 1998/04/04 00:22:15 wessels Exp $
  *
  * DEBUG: section 59    auto-growing Memory Buffer with printf
  * AUTHOR: Alex Rousskov
@@ -88,7 +88,7 @@
  * comm_write(buf.buf, memBufFreeFunc(&buf), ...);
  * 
  * -- *iff* you did not give the buffer away, free it yourself
- * -- memBufFree(&buf);
+ * -- memBufClean(&buf);
  * }
  */