Correct a comment. We really should not specify the default values

here. Double maintenance.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14262
This commit is contained in:
Florian Krohm 2014-08-11 15:48:51 +00:00
parent 275e864bc1
commit 5d0841b870

View 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 */