From: Nicholas Nethercote Date: Sun, 13 Mar 2005 06:03:45 +0000 (+0000) Subject: Comment-only change: fix incorrect statement X-Git-Tag: svn/VALGRIND_3_0_0~984 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb44bddd3402514a3222b3307618562ce44db87e;p=thirdparty%2Fvalgrind.git Comment-only change: fix incorrect statement git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3334 --- diff --git a/include/tool.h.base b/include/tool.h.base index 719468c0d3..67cdfbec9d 100644 --- a/include/tool.h.base +++ b/include/tool.h.base @@ -995,7 +995,7 @@ extern Bool VG_(clo_sloppy_malloc); /* DEBUG: print malloc details? default: NO */ extern Bool VG_(clo_trace_malloc); /* Minimum alignment in functions that don't specify alignment explicitly. - default: 0, i.e. use default of the machine (== 4) */ + default: VG_MIN_MALLOC_SZB */ extern UInt VG_(clo_alignment); extern Bool VG_(replacement_malloc_process_cmd_line_option) ( Char* arg );