]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Correct a comment. We really should not specify the default values
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 11 Aug 2014 15:48:51 +0000 (15:48 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 11 Aug 2014 15:48:51 +0000 (15:48 +0000)
here. Double maintenance.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14262

include/pub_tool_options.h

index 2ad1da8f0ddcd36a989ded2c65a3af72775725e7..a9c7ada633068ecbf4f47751c99c0d9c3f4d8ed5 100644 (file)
@@ -176,7 +176,7 @@ extern const HChar* VG_(clo_xml_user_comment);
    less aggressively if that is needed (callgrind needs this). */
 extern VexControl VG_(clo_vex_control);
 
-/* Number of parents of a backtrace.  Default: 8.  */
+/* Number of parents of a backtrace.  Default: 12  */
 extern Int   VG_(clo_backtrace_size);
 
 /* Continue stack traces below main()?  Default: NO */