<div dir="ltr"><div>Hi all,</div><div><br></div><div>Very small patch below to fix a comment on a tsan flag, history_size, whose default changed from 2 to 3, though the comment wasn't updated to reflect that change.</div><div><br></div><div>Thanks,</div><div>- Orr</div><div><br></div><div>===================================================================</div><div>--- compiler-rt/lib/tsan/rtl/tsan_flags.inc<span style="white-space:pre">  </span>(revision 316594)</div><div>+++ compiler-rt/lib/tsan/rtl/tsan_flags.inc<span style="white-space:pre">  </span>(working copy)</div><div>@@ -68,7 +68,7 @@</div><div>     "are remembered per thread.  Possible values are [0..7]. "</div><div>     "history_size=0 amounts to 32K memory accesses.  Each next value doubles "</div><div>     "the amount of memory accesses, up to history_size=7 that amounts to "</div><div>-    "4M memory accesses.  The default value is 2 (128K memory accesses).")</div><div>+    "4M memory accesses.  The default value is 3 (256K memory accesses).")</div><div> TSAN_FLAG(int, io_sync, 1,</div><div>           "Controls level of synchronization implied by IO operations. "</div><div>           "0 - no synchronization "</div><div><br></div></div>