]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change: fix incorrect statement
authorNicholas Nethercote <njn@valgrind.org>
Sun, 13 Mar 2005 06:03:45 +0000 (06:03 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 13 Mar 2005 06:03:45 +0000 (06:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3334

include/tool.h.base

index 719468c0d3706bc5aba22a25fe30974fcaaf98cf..67cdfbec9d6e89b2e76b35373120ed45a7c26a85 100644 (file)
@@ -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 );