From 5d0841b8702c91b8b5c008131bb4fd9f0800ea94 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Mon, 11 Aug 2014 15:48:51 +0000 Subject: [PATCH] Correct a comment. We really should not specify the default values here. Double maintenance. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14262 --- include/pub_tool_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pub_tool_options.h b/include/pub_tool_options.h index 2ad1da8f0..a9c7ada63 100644 --- a/include/pub_tool_options.h +++ b/include/pub_tool_options.h @@ -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 */