Message-ID: <398A9B9D.CFCECBE0@softhome.net> Date: Fri, 04 Aug 2000 12:31:57 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: DJGPP Workers Subject: Typo fixed Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com 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