Mail Archives: djgpp-workers/2000/08/04/06:32:37
Hello,
I've commited the following typo fix:
Laurynas
Index: calloc.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/ansi/stdlib/calloc.txh,v
retrieving revision 1.2
diff -u -r1.2 calloc.txh
--- calloc.txh 1998/09/27 15:20:52 1.2
+++ calloc.txh 2000/08/04 10:30:57
@@ -14,7 +14,7 @@
pointer returned should later be passed to free (@pxref{free}) so that
the memory can be returned to the heap.
-You may use cfree (@pxref{xfree}) to free the pointer also; it just
+You may use cfree (@pxref{cfree}) to free the pointer also; it just
calls free.
@subheading Return Value
- Raw text -