From 96d5ceefe41eec904ba0fb90ff54a2d7d1eee16e Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 10 Apr 2005 17:41:20 -0700 Subject: [PATCH] [svn] Doc fix. --- src/xmalloc.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/xmalloc.h b/src/xmalloc.h index ed2a188d..d0dc010f 100644 --- a/src/xmalloc.h +++ b/src/xmalloc.h @@ -30,9 +30,10 @@ so, delete this exception statement from your version. */ #ifndef XMALLOC_H #define XMALLOC_H -/* Define this to get Wget's builtin malloc debugging, which is - primitive but fairly extensive. It will make Wget somewhat slower - and larger, so it should be used by developers only. */ +/* Define this to use Wget's builtin malloc debugging, which is crude + but occasionally useful. It will make Wget a lot slower and + larger, and susceptible to aborting if malloc_table overflows, so + it should be used by developers only. */ #undef DEBUG_MALLOC /* When DEBUG_MALLOC is not defined (which is normally the case), the