dgaudet 97/10/14 17:25:15
Modified: src/main alloc.c
Log:
tweak comment
Revision Changes Path
1.51 +1 -1 apachen/src/main/alloc.c
Index: alloc.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/alloc.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- alloc.c 1997/10/15 00:19:35 1.50
+++ alloc.c 1997/10/15 00:25:14 1.51
@@ -72,7 +72,7 @@
* have the FILL_BYTE in them, and we check during palloc() that the bytes
* still have FILL_BYTE in them. If you ever see garbage URLs or whatnot
* containing lots of 0xa5s then you know something used data that's been
- * freed.
+ * freed or uninitialized.
*/
/* #define ALLOC_DEBUG */