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


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14262 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/pub_tool_options.h b/include/pub_tool_options.h
index 2ad1da8..a9c7ada 100644
--- a/include/pub_tool_options.h
+++ b/include/pub_tool_options.h
@@ -176,7 +176,7 @@
    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 */